From 37e936e1d64f4d50968bfdd872b1de3332405884 Mon Sep 17 00:00:00 2001 From: Gleidson Daniel Silva Date: Mon, 19 Feb 2024 14:28:19 -0300 Subject: [PATCH] chore: update totp copy (#5579) --- app/containers/TwoFactor/index.tsx | 6 +++--- app/i18n/locales/ar.json | 2 -- app/i18n/locales/bn-IN.json | 2 -- app/i18n/locales/de.json | 2 -- app/i18n/locales/en.json | 7 ++++--- app/i18n/locales/fi.json | 2 -- app/i18n/locales/fr.json | 2 -- app/i18n/locales/hi-IN.json | 2 -- app/i18n/locales/hu.json | 2 -- app/i18n/locales/it.json | 2 -- app/i18n/locales/nl.json | 2 -- app/i18n/locales/pt-BR.json | 7 ++++--- app/i18n/locales/ru.json | 2 -- app/i18n/locales/sl-SI.json | 2 -- app/i18n/locales/sv.json | 2 -- app/i18n/locales/ta-IN.json | 2 -- app/i18n/locales/te-IN.json | 2 -- app/i18n/locales/tr.json | 2 -- app/i18n/locales/zh-CN.json | 2 -- app/i18n/locales/zh-TW.json | 2 -- 20 files changed, 11 insertions(+), 43 deletions(-) diff --git a/app/containers/TwoFactor/index.tsx b/app/containers/TwoFactor/index.tsx index 6fba66b778..f753d3e763 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} /> -