Translation Updates

Fixes #3058
Fixes #2889
This commit is contained in:
Qstick 2022-11-03 22:28:55 -05:00
parent 651a4358fc
commit 000ccf78ad
75 changed files with 665 additions and 461 deletions

View file

@ -89,7 +89,7 @@ class RetagPreviewModalContent extends Component {
return (
<ModalContent onModalClose={onModalClose}>
<ModalHeader>
Write Metadata Tags
{translate('WriteMetadataTags')}
</ModalHeader>
<ModalBody>
@ -156,14 +156,14 @@ class RetagPreviewModalContent extends Component {
<Button
onPress={onModalClose}
>
Cancel
{translate('Cancel')}
</Button>
<Button
kind={kinds.PRIMARY}
onPress={this.onRetagPress}
>
Retag
{translate('Retag')}
</Button>
</ModalFooter>
</ModalContent>