1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

New: Add translations for managing bulk indexers, lists and clients

This commit is contained in:
Bogdan
2023-07-11 10:17:38 +03:00
committed by Mark McDowall
parent 45336389e6
commit e641c57ad9
19 changed files with 258 additions and 149 deletions
@@ -235,7 +235,7 @@ function EditSeriesModalContent(props: EditSeriesModalContentProps) {
<Button onPress={onModalClose}>{translate('Cancel')}</Button>
<Button onPress={onSavePressWrapper}>
{translate('Apply Changes')}
{translate('ApplyChanges')}
</Button>
</div>
</ModalFooter>