Browse Source

fix wording

master
Gaëtan Renaudeau 7 years ago
parent
commit
3497783828
  1. 4
      src/components/Onboarding/steps/WriteSeed/WriteSeedBlue.js
  2. 2
      static/i18n/en/onboarding.yml

4
src/components/Onboarding/steps/WriteSeed/WriteSeedBlue.js

@ -69,8 +69,8 @@ class WriteSeedBlue extends PureComponent<Props, *> {
return (
<Fragment>
<Box mb={3}>
<Title>{t('onboarding:writeSeed.blue.title')}</Title>
<Description>{t('onboarding:writeSeed.blue.desc')}</Description>
<Title>{t('onboarding:writeSeed.title')}</Title>
<Description>{t('onboarding:writeSeed.desc')}</Description>
</Box>
<Box align="center">
<Inner style={{ width: 760 }}>

2
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.' # <bold>Word #1</bold> <italic>Recovery sheet</italic>
step2: 'Press the right button to display Word #2 and repeat the process until all 24 words are copied on the Recovery sheet.' # <bold>Word #2</bold> <italic>Recovery sheet</italic>
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. # <i>Recovery sheet</i>
step2: Tap Next to move to the next words. Repeat the process until the Confirmation screen appears. # <bold>Next</bold> <bold>Confirmation</bold>
step3: Type each requested word to confirm your recovery phrase.

Loading…
Cancel
Save