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