1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

Fix translation to Apply Changes

This commit is contained in:
Bogdan
2023-07-08 00:04:17 +03:00
parent 23a13b5c23
commit 3321123043
4 changed files with 4 additions and 3 deletions
@@ -203,7 +203,7 @@ function EditMoviesModalContent(props: EditMoviesModalContentProps) {
<Button onPress={onModalClose}>{translate('Cancel')}</Button>
<Button onPress={onSavePressWrapper}>
{translate('Apply Changes')}
{translate('ApplyChanges')}
</Button>
</div>
</ModalFooter>