Skip to content

Commit

Permalink
Add strings to feature "Screenshot Warning" (#5289)
Browse files Browse the repository at this point in the history
  • Loading branch information
gantunesr authored Nov 22, 2022
1 parent eca33ca commit b79dad0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions locales/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,11 @@
"keep_credential_safe": "Keep your {{credentialName}} safe",
"srp_abbreviation_text": "SRP",
"srp_text": "Secret Recovery Phrase",
"private_key_text": "Private Key"
"private_key_text": "Private Key",
"screenshot_warning_title": "Safety alert",
"screenshot_warning_desc": "Screenshots aren't a safe way to keep track of your {{credentialName}}. Store it somewhere that isn't backed up online to keep your account safe.",
"got_it": "Got it",
"learn_more": "Learn More"
},
"password_reset": {
"password_title": "Password",
Expand Down Expand Up @@ -1404,7 +1408,11 @@
"view": "View",
"confirm_password": "Confirm your password",
"before_continiuing": "Before continuing we need you to confirm your password",
"confirm": "CONFIRM"
"confirm": "CONFIRM",
"screenshot_warning_title": "Screenshot warning",
"screenshot_warning_desc": "Screenshots aren't a safe way to keep track of your Secret Recovery Phrase. Store it somewhere that isn't backed up online to keep your account safe.",
"got_it": "Got it",
"learn_more": "Learn More"
},
"manual_backup_step_2": {
"action": "Confirm Secret Recovery Phrase",
Expand Down

0 comments on commit b79dad0

Please sign in to comment.