1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Fixed: Legend and Colors on calendar

Fixed: Streamline Legend in Index and Calendar
Fixed: Broken Translations
This commit is contained in:
bakerboy448
2020-11-25 08:32:39 -06:00
committed by Qstick
parent 6d011cdc48
commit 0366029269
6 changed files with 106 additions and 56 deletions
+2 -2
View File
@@ -73,14 +73,14 @@ function AppUpdatedModalContent(props) {
<Button
onPress={onSeeChangesPress}
>
translate('RecentChanges')
{translate('RecentChanges')}
</Button>
<Button
kind={kinds.PRIMARY}
onPress={onModalClose}
>
translate('Reload')
{translate('Reload')}
</Button>
</ModalFooter>
</ModalContent>