[#8626] Term 'Recovery phrase' should be used instead of 'seed phrase'

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Andrey Shovkoplyas 2019-07-24 13:36:46 +02:00
parent 3ea8538377
commit f3bb555d52
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
6 changed files with 11 additions and 11 deletions

View File

@ -21,7 +21,7 @@
;; BLACK
(def black "#000000") ;; Used as the default text color
(def black-transparent (alpha black 0.1)) ;; Used as background color for rounded button on dark background and as background color for containers like "Backup seed phrase"
(def black-transparent (alpha black 0.1)) ;; Used as background color for rounded button on dark background and as background color for containers like "Backup recovery phrase"
(def black-transparent-40 (alpha black 0.4))
(def gray-light black-transparent) ;; Used as divider color
(def black-light "#2d2d2d")

View File

@ -418,13 +418,13 @@
[react/view {:margin-top 16}
[react/text {:style {:typography :header
:text-align :center}}
"Enter your seed phrase"]]
"Enter your recovery phrase"]]
[react/view {:margin-top 16
:width "85%"
:align-items :center}
[react/text {:style {:color colors/gray
:text-align :center}}
"Enter your seed phrase, separate the words by single spaces"]]]
"Enter your recovery phrase, separate the words by single spaces"]]]
[react/view
[text-input/text-input-with-label
{:on-change-text #(re-frame/dispatch [:keycard.recovery.enter-mnemonic.ui/input-changed %])

View File

@ -131,7 +131,7 @@ class TestProfileSingleDevice(SingleDeviceTestCase):
sign_in_view.profile_button.click()
profile_view.backup_recovery_phrase()
if sign_in_view.profile_button.counter.is_element_displayed(60):
self.errors.append('Profile button counter is shown after seed phrase backup')
self.errors.append('Profile button counter is shown after recovery phrase backup')
self.verify_no_errors()
@marks.testrail_id(5433)

View File

@ -113,7 +113,7 @@ class TestWalletManagement(SingleDeviceTestCase):
# self.network_api.get_donate(address)
# home.wallet_button.click()
if not wallet.backup_recovery_phrase_warning_text.is_element_present():
pytest.fail("'Back up your seed phrase' warning is not shown on Wallet")
pytest.fail("'Back up your recovery phrase' warning is not shown on Wallet")
wallet.multiaccount_more_options.click_until_presence_of_element(wallet.backup_recovery_phrase)
profile = wallet.get_profile_view()
profile.backup_recovery_phrase()

View File

@ -495,7 +495,7 @@ class ProfileView(BaseView):
self.debug_mode_toggle = DebugModeToggle(self.driver)
self.contacts_button = ContactsButton(self.driver)
# Backup seed phrase
# Backup recovery phrase
self.backup_recovery_phrase_button = BackupRecoveryPhraseButton(self.driver)
self.ok_continue_button = OkContinueButton(self.driver)
self.recovery_phrase_table = RecoveryPhraseTable(self.driver)

View File

@ -182,7 +182,7 @@
"about-names-title": "About the names",
"about-names-content": "Your identity is secure and private by design. You get a locally generated cryptographic keypair. The name and image are a readable version of this. They are unique. Nobody can pretend to be you. Nobody sees your name unless you provide it.",
"about-key-storage-title": "About key storage",
"about-key-storage-content": "Status will never access your private key. Be sure to backup your Seed phrase. If you lose your phone it is the only way to access your keys.",
"about-key-storage-content": "Status will never access your private key. Be sure to backup your recovery phrase. If you lose your phone it is the only way to access your keys.",
"encrypt-with-password": "Encrypt with password",
"maybe-later": "Maybe later",
"unlock": "Unlock",
@ -1190,7 +1190,7 @@
"ens-displayed-with": "Your messages are displayed to others with",
"add-account" : "Add account",
"add-an-account" : "Add an account",
"back-up-your-seed-phrase" : "Back up your seed phrase",
"back-up-your-seed-phrase" : "Back up your recovery phrase",
"add-a-watch-account" : "Add a watch-only account",
"account-settings" : "Account settings",
"export-account" : "Export account",
@ -1223,15 +1223,15 @@
"cancel-keycard-setup": "Cancel Keycard setup",
"keycard-onboarding-recovery-phrase-header": "Backup “Seed” phrase",
"keycard-onboarding-recovery-phrase-text": "For your eyes only. This is the magical seed used to generate your key.",
"keycard-onboarding-recovery-phrase-description": "With this Seed phrase you can always get your key back. Write the Seed phrase down. Keep it safe, offline, and separate from this device.",
"keycard-onboarding-recovery-phrase-description": "With this recovery phrase you can always get your key back. Write the recovery phrase down. Keep it safe, offline, and separate from this device.",
"keycard-recovery-intro-header": "Recover a key stored on keycard",
"keycard-recovery-intro-text": "If you generated a key using a keycard before and now want to use this key on this device",
"keycard-recovery-intro-button-text": "Begin recovery",
"keycard-recovery-success-header": "Your key has been\n successfully recovered",
"keycard-recovery-no-key-header": "Theres nothing to \nrecover here",
"keycard-recovery-no-key-text": "Your Keycard has no key stored on it. In order to use it, generate a new key and choose your Keycard to store the key",
"keycard-recovery-phrase-confirmation-title": "Written the Seed phrase down?",
"keycard-recovery-phrase-confirmation-text": "You cannot do this later. Without the Seed phrase you will not be able to access your key or any assets associated with it if you loose your device.",
"keycard-recovery-phrase-confirmation-title": "Written the recovery phrase down?",
"keycard-recovery-phrase-confirmation-text": "You cannot do this later. Without the recovery phrase you will not be able to access your key or any assets associated with it if you loose your device.",
"keycard-recovery-phrase-confirm-header": "Confirm “Seed” phrase",
"keycard-cancel-setup-title": "Dangerous operation",
"keycard-cancel-setup-text": "This will cancel keycard setup. It's highly recommended to finish the setup in order to use keycard. Do you really want to cancel?",