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