Skip to content

Commit

Permalink
add i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoncalves committed Sep 27, 2023
1 parent 0a17570 commit 282dd33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/lib/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/screens/createKeys/SecurityInformation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const SecurityInformation = ({
)
}>
<Typography type="body1" style={styles.termsAndConditionsText}>
Terms and conditions
{t('security_terms_and_conditions')}
</Typography>
</TouchableOpacity>
</View>
Expand Down

0 comments on commit 282dd33

Please sign in to comment.