diff --git a/app/containers/TwoFactor/index.tsx b/app/containers/TwoFactor/index.tsx index 6fba66b77..f753d3e76 100644 --- a/app/containers/TwoFactor/index.tsx +++ b/app/containers/TwoFactor/index.tsx @@ -44,7 +44,7 @@ const methods: IMethods = { keyboardType: 'numeric' }, email: { - text: 'Verify_your_email_for_the_code_we_sent', + text: 'Enter_the_code', keyboardType: 'numeric' }, password: { @@ -129,7 +129,7 @@ const TwoFactor = React.memo(({ isMasterDetail }: { isMasterDetail: boolean }) = /> {isEmail ? ( - {I18n.t('Send_me_the_code_again')} + {I18n.t('Resend_email')} ) : null} @@ -140,7 +140,7 @@ const TwoFactor = React.memo(({ isMasterDetail }: { isMasterDetail: boolean }) = style={styles.button} onPress={onCancel} /> -