Skip to content

Commit

Permalink
Merge pull request #17895 from Pujan92/fix/17857
Browse files Browse the repository at this point in the history
translation added for codeRequestedMessage
  • Loading branch information
tgolen authored Apr 25, 2023
2 parents 947a581 + 979f93e commit 44582c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ValidateCode/ExpiredValidateCodeModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class ExpiredValidateCodeModal extends PureComponent {
<Text style={styles.validateCodeMessage}>
<br />
<br />
{codeRequestedMessage}
{this.props.translate(codeRequestedMessage)}
</Text>
)}
</View>
Expand Down

0 comments on commit 44582c8

Please sign in to comment.