Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing seed phrase updates #2657

Merged
merged 1 commit into from
May 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions locales/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@
"cancel_backup_title": "Cancel Backup",
"cancel_backup_message": "We highly recommend you save your Secret Recovery phrase in order to restore your wallet.",
"cancel_backup_ok": "Yes, I'll take the risk",
"cancel_backup_no": "No, back up Seed Phrase",
"cancel_backup_no": "No, back up Secret Recovery Phrase",
"title": "Grab a pen and paper",
"info": "Next step is to write your Secret Recovery phrase down.",
"info_2_1": "You will be asked to ",
Expand All @@ -1064,7 +1064,7 @@
"cancel_backup_title": "Cancel Backup",
"cancel_backup_message": "We highly recommend you save your Secret Recovery phrase in order to restore your wallet.",
"cancel_backup_ok": "Yes, I'll take the risk",
"cancel_backup_no": "No, back up Seed Phrase",
"cancel_backup_no": "No, back up Secret Recovery Phrase",
"title": "Is anyone watching?",
"info_text": "Make sure no other human or robot is watching your screen. If your Secret Recovery phrase is copied, it can be used on other devices to steal your funds",
"cta_text": "NO ONE'S WATCHING ME"
Expand All @@ -1073,7 +1073,7 @@
"cancel_backup_title": "Cancel Backup",
"cancel_backup_message": "We highly recommend you save your Secret Recovery phrase in order to restore your wallet.",
"cancel_backup_ok": "Yes, I'll take the risk",
"cancel_backup_no": "No, back up Seed Phrase",
"cancel_backup_no": "No, back up Secret Recovery Phrase",
"back": "Back",
"title": "Your Secret Recovery phrase",
"info_text_1": "Carefully write down these words on paper. Their order matters.",
Expand Down Expand Up @@ -1106,7 +1106,7 @@
"modal_title": "Congratulations!",
"modal_text": "You are all backed up and ready to go!",
"modal_button": "DONE",
"copy_seed_phrase": "COPY SEED PHRASE TO CLIPBOARD"
"copy_seed_phrase": "COPY SECRET RECOVERY PHRASE TO CLIPBOARD"
},
"manual_backup": {
"progressOne": "Create Password",
Expand Down