Fixed: Missing Translates

This commit is contained in:
bakerboy448
2022-02-02 13:37:53 -06:00
committed by Qstick
parent 4f056bf228
commit 788a5a3e24
3 changed files with 9 additions and 2 deletions

View File

@@ -248,7 +248,7 @@ class QueryParameterModal extends Component {
onSelectionChange={this.onInputSelectionChange}
/>
<Button onPress={onModalClose}>
Close
{translate('Close')}
</Button>
</ModalFooter>
</ModalContent>

View File

@@ -264,7 +264,7 @@ class SearchFooter extends Component {
isDisabled={isFetching || !hasIndexers || selectedCount === 0}
onPress={onBulkGrabPress}
>
{translate('Grab Releases')}
{translate('GrabReleases')}
</SpinnerButton>
}