From 34977838288f7f9a01be307a56d2918b19ef49da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Wed, 20 Jun 2018 14:40:50 +0200 Subject: [PATCH] fix wording --- src/components/Onboarding/steps/WriteSeed/WriteSeedBlue.js | 4 ++-- static/i18n/en/onboarding.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Onboarding/steps/WriteSeed/WriteSeedBlue.js b/src/components/Onboarding/steps/WriteSeed/WriteSeedBlue.js index 7f7f8d48..4e8d5e35 100644 --- a/src/components/Onboarding/steps/WriteSeed/WriteSeedBlue.js +++ b/src/components/Onboarding/steps/WriteSeed/WriteSeedBlue.js @@ -69,8 +69,8 @@ class WriteSeedBlue extends PureComponent { return ( - {t('onboarding:writeSeed.blue.title')} - {t('onboarding:writeSeed.blue.desc')} + {t('onboarding:writeSeed.title')} + {t('onboarding:writeSeed.desc')} diff --git a/static/i18n/en/onboarding.yml b/static/i18n/en/onboarding.yml index 256da37a..5f9793b5 100644 --- a/static/i18n/en/onboarding.yml +++ b/static/i18n/en/onboarding.yml @@ -68,7 +68,7 @@ writeSeed: step1: 'Copy the word displayed below Word #1 in position 1 on a blank Recovery sheet.' # Word #1 Recovery sheet step2: 'Press the right button to display Word #2 and repeat the process until all 24 words are copied on the Recovery sheet.' # Word #2 Recovery sheet step3: 'Confirm your recovery phrase: select each requested word and press both buttons to validate it.' - ledgerBlue: + blue: step1: Copy each word of the recovery phrase on a blank Recovery sheet. Copy the words in the same order. # Recovery sheet step2: Tap Next to move to the next words. Repeat the process until the Confirmation screen appears. # Next Confirmation step3: Type each requested word to confirm your recovery phrase.