Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix(onboarding): typo in wallet unlocker
Browse files Browse the repository at this point in the history
fix #1995
  • Loading branch information
mrfelton committed Apr 10, 2019
1 parent 73a94f7 commit 0af65e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion renderer/components/Onboarding/Steps/messages.js
Expand Up @@ -60,7 +60,7 @@ export default defineMessages({
password_label: 'Password', password_label: 'Password',
password_placeholder: 'Enter your password', password_placeholder: 'Enter your password',
password_description: password_description:
'You would have set your password when first creating your walet. This is separate from your 24 word seed.', 'You would have set your password when first creating your wallet. This is separate from your 24 word seed.',
retype_seed_description: retype_seed_description:
"Your seed is important! If you lose your seed you'll have no way to recover your wallet. To make sure that you have properly saved your seed, please retype words {word1}, {word2} & {word3}", "Your seed is important! If you lose your seed you'll have no way to recover your wallet. To make sure that you have properly saved your seed, please retype words {word1}, {word2} & {word3}",
retype_seed_title: 'Retype your seed', retype_seed_title: 'Retype your seed',
Expand Down
2 changes: 1 addition & 1 deletion translations/en.json
Expand Up @@ -256,7 +256,7 @@
"components.Onboarding.Steps.next": "Next", "components.Onboarding.Steps.next": "Next",
"components.Onboarding.Steps.only": "only", "components.Onboarding.Steps.only": "only",
"components.Onboarding.Steps.password_confirm_placeholder": "Confirm Password", "components.Onboarding.Steps.password_confirm_placeholder": "Confirm Password",
"components.Onboarding.Steps.password_description": "You would have set your password when first creating your walet. This is separate from your 24 word seed.", "components.Onboarding.Steps.password_description": "You would have set your password when first creating your wallet. This is separate from your 24 word seed.",
"components.Onboarding.Steps.password_error_length": "Password must be at least {passwordMinLength} characters long", "components.Onboarding.Steps.password_error_length": "Password must be at least {passwordMinLength} characters long",
"components.Onboarding.Steps.password_error_match": "Passwords do not match", "components.Onboarding.Steps.password_error_match": "Passwords do not match",
"components.Onboarding.Steps.password_label": "Password", "components.Onboarding.Steps.password_label": "Password",
Expand Down

0 comments on commit 0af65e3

Please sign in to comment.