From 282dd3382fa6c5c090d118ed8a679a5572e9273f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Gon=C3=A7alves?= Date: Tue, 26 Sep 2023 12:04:12 -0300 Subject: [PATCH] add i18n --- src/lib/i18n.ts | 1 + src/screens/createKeys/SecurityInformation.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/i18n.ts b/src/lib/i18n.ts index 5f9129efd..b49657bea 100644 --- a/src/lib/i18n.ts +++ b/src/lib/i18n.ts @@ -352,6 +352,7 @@ const resources = { 'We strongly advise exercising caution, employing the best security practices,and safeguarding your assets diligently."', security_i_agree: 'I agree with the conditions. ', security_info_btn: 'Continue', + security_terms_and_conditions: 'Terms and Conditions', android_qr_alert_title: 'Error reading QR', android_qr_alert_desc: 'The QR could not be parsed. Please try again.', android_qr_loading_camera: 'Loading camera', diff --git a/src/screens/createKeys/SecurityInformation.tsx b/src/screens/createKeys/SecurityInformation.tsx index 7147f1cad..a49666e9b 100644 --- a/src/screens/createKeys/SecurityInformation.tsx +++ b/src/screens/createKeys/SecurityInformation.tsx @@ -70,7 +70,7 @@ export const SecurityInformation = ({ ) }> - Terms and conditions + {t('security_terms_and_conditions')}