diff --git a/src/components/Onboarding/steps/SelectPIN/SelectPINnano.js b/src/components/Onboarding/steps/SelectPIN/SelectPINnano.js index 98af5d0e..2041a11c 100644 --- a/src/components/Onboarding/steps/SelectPIN/SelectPINnano.js +++ b/src/components/Onboarding/steps/SelectPIN/SelectPINnano.js @@ -30,14 +30,9 @@ class SelectPINnano extends PureComponent { { key: 'step2', icon: {'2.'}, - desc: t('onboarding.selectPIN.initialize.instructions.nano.step2'), - }, - { - key: 'step3', - icon: {'3.'}, desc: ( - + {'Press the right button to select'} {'Configure as new device'} @@ -46,6 +41,11 @@ class SelectPINnano extends PureComponent { ), }, + { + key: 'step3', + icon: {'3.'}, + desc: t('onboarding.selectPIN.initialize.instructions.nano.step3'), + }, { key: 'step4', icon: {'4.'}, diff --git a/src/components/Onboarding/steps/SelectPIN/SelectPINrestoreNano.js b/src/components/Onboarding/steps/SelectPIN/SelectPINrestoreNano.js index b0d839b4..d7e63124 100644 --- a/src/components/Onboarding/steps/SelectPIN/SelectPINrestoreNano.js +++ b/src/components/Onboarding/steps/SelectPIN/SelectPINrestoreNano.js @@ -30,19 +30,14 @@ class SelectPINrestoreNano extends PureComponent { { key: 'step2', icon: {'2.'}, - desc: t('onboarding.selectPIN.restore.instructions.nano.step2'), - }, - { - key: 'step3', - icon: {'3.'}, desc: ( - + {'Press the left button to cancel'} {'Initialize as new device?'} - {'Press the right button to select'} + {'Then press the right button to select'} {'Restore configuration?'} @@ -50,6 +45,11 @@ class SelectPINrestoreNano extends PureComponent { ), }, + { + key: 'step3', + icon: {'3.'}, + desc: t('onboarding.selectPIN.restore.instructions.nano.step3'), + }, { key: 'step4', icon: {'4.'}, diff --git a/static/i18n/en/app.json b/static/i18n/en/app.json index 084bf85e..835e6cd5 100644 --- a/static/i18n/en/app.json +++ b/static/i18n/en/app.json @@ -539,7 +539,7 @@ "instructions": { "nano": { "step1": "Connect the Ledger Nano S to your computer. Press both buttons to begin.", - "step2": "Press the right button to select *Configure as new device?*.", + "step2": "Press the right button to select <1><0>Configure as new device?.", "step3": "Press the left or right button to select a digit. Press both buttons to validate.", "step4": "Select ✓ to confirm your PIN code. Select ⬅ to erase a digit." }, @@ -555,7 +555,7 @@ "instructions": { "nano": { "step1": "Connect the Ledger Nano S to your computer. Press both buttons to begin.", - "step2": "Press the left button to cancel *Initialize as new device?*. Then press the right button to select *Restore configuration?*.", + "step2": "Press the left button to cancel <1><0>Initialize as new device?. Then press the right button to select <3><0>Restore configuration?.", "step3": "Press the left or right button to select a digit. Press both buttons to validate.", "step4": "Select ✓ to confirm your PIN code. Select ⬅ to erase a digit." },