From aee30ec151e6614aa4f17d3489f7b3f2ac5b236a Mon Sep 17 00:00:00 2001 From: Kirvx Date: Mon, 9 May 2016 20:23:20 +0200 Subject: [PATCH] Change Seed to Recovery Phrase, and more. (#4201) * Seed -> Recovery Phrase ; Passphrase -> Password ; Password -> Spending Password * More Spending Password --- public/views/backup.html | 26 ++++++++++++------------ public/views/create.html | 12 +++++------ public/views/export.html | 6 +++--- public/views/import.html | 14 ++++++------- public/views/importLegacy.html | 4 ++-- public/views/includes/password.html | 10 ++++----- public/views/join.html | 12 +++++------ public/views/paperWallet.html | 2 +- public/views/preferences.html | 4 ++-- public/views/preferencesDeleteWords.html | 8 ++++---- src/js/controllers/create.js | 6 +++--- src/js/controllers/import.js | 6 +++--- src/js/controllers/join.js | 6 +++--- src/js/controllers/password.js | 4 ++-- src/js/services/bwsError.js | 4 ++-- src/js/services/profileService.js | 12 +++++------ 16 files changed, 68 insertions(+), 68 deletions(-) diff --git a/public/views/backup.html b/public/views/backup.html index 4857312b0..0e3dd024a 100644 --- a/public/views/backup.html +++ b/public/views/backup.html @@ -32,15 +32,15 @@
-
Write your wallet seed
+
Write your wallet recovery phrase
To restore this {{index.m}}-{{index.n}} shared wallet you will need :
    -
  1. Your wallet seed and access to the server that coordinated the initial wallet creation. You still need {{index.m}} keys to spend.
  2. -
  3. OR the wallet seed of all copayers in the wallet
  4. -
  5. OR 1 wallet export file and the remaining quorum of wallet seeds (e.g. in a 3-5 wallet: 1 wallet export file + 2 wallet seeds of any of the other copayers).
  6. +
  7. Your wallet recovery phrase and access to the server that coordinated the initial wallet creation. You still need {{index.m}} keys to spend.
  8. +
  9. OR the wallet recovery phrase of all copayers in the wallet
  10. +
  11. OR 1 wallet export file and the remaining quorum of wallet recovery phrases (e.g. in a 3-5 wallet: 1 wallet export file + 2 wallet recovery phrases of any of the other copayers).
@@ -49,8 +49,8 @@ To restore this {{index.m}}-{{index.n}} shared wallet you will need :
    -
  1. Your wallet seed and access to the server that coordinated the initial wallet creation. You still need {{index.m}} keys to spend.
  2. -
  3. OR the wallet seeds of all copayers in the wallet
  4. +
  5. Your wallet recovery phrase and access to the server that coordinated the initial wallet creation. You still need {{index.m}} keys to spend.
  6. +
  7. OR the wallet recovery phrases of all copayers in the wallet
@@ -58,21 +58,21 @@
- Wallet seed not available. You can still export it from Advanced > Export. + Wallet recovery phrase not available. You can still export it from Advanced > Export.

- You need the wallet seed to restore this personal wallet. Write it down and keep them somewhere safe. + You need the wallet recovery phrase to restore this personal wallet. Write it down and keep them somewhere safe.

@@ -89,7 +89,7 @@
- This seed was created with a passphrase. To recover this wallet both the mnemonic and passphrase are needed. + This recovery phrase was created with a password. To recover this wallet both the recovery phrase and password are needed.
@@ -112,7 +112,7 @@
-
Confirm your wallet seed
+
Confirm your wallet recovery phrase

Please tap the words in order to confirm your backup phrase is correctly written.

@@ -144,9 +144,9 @@
-
Enter your passphrase
+
Enter your password

- In order to verify your wallet backup, please type your passphrase: + In order to verify your wallet backup, please type your password:

diff --git a/public/views/create.html b/public/views/create.html index adaef7f9a..17451479a 100644 --- a/public/views/create.html +++ b/public/views/create.html @@ -108,7 +108,7 @@
-