diff --git a/src/components/AccountPage/EmptyStateAccount.js b/src/components/AccountPage/EmptyStateAccount.js index b4457fb8..9dbaae0e 100644 --- a/src/components/AccountPage/EmptyStateAccount.js +++ b/src/components/AccountPage/EmptyStateAccount.js @@ -43,11 +43,11 @@ class EmptyStateAccount extends PureComponent { {t('app:account.emptyState.title')} - Make sure the + {'Make sure the'} {account.currency.name} - app is installed to receive funds. + {'app is installed to receive funds.'} +

{'Flashing MCU'}

+ ) } diff --git a/src/components/Onboarding/helperComponents.js b/src/components/Onboarding/helperComponents.js index 345de659..a3191b0f 100644 --- a/src/components/Onboarding/helperComponents.js +++ b/src/components/Onboarding/helperComponents.js @@ -56,7 +56,7 @@ export const OnboardingFooterWrapper = styled(Box).attrs({ // INSTRUCTION LIST type StepType = { icon: any, - desc: string, + desc: any, } export function OptionRow({ step, ...p }: { step: StepType }) { const { icon, desc } = step diff --git a/src/components/Onboarding/steps/SelectPIN/SelectPINblue.js b/src/components/Onboarding/steps/SelectPIN/SelectPINblue.js index eee47882..e612ee73 100644 --- a/src/components/Onboarding/steps/SelectPIN/SelectPINblue.js +++ b/src/components/Onboarding/steps/SelectPIN/SelectPINblue.js @@ -33,9 +33,9 @@ class SelectPIN extends PureComponent { desc: ( - Tap on + {'Tap on'} - Configure as new device + {'Configure as new device'} diff --git a/src/components/Onboarding/steps/SelectPIN/SelectPINnano.js b/src/components/Onboarding/steps/SelectPIN/SelectPINnano.js index 9825a1dd..00a35774 100644 --- a/src/components/Onboarding/steps/SelectPIN/SelectPINnano.js +++ b/src/components/Onboarding/steps/SelectPIN/SelectPINnano.js @@ -38,9 +38,9 @@ class SelectPINnano extends PureComponent { desc: ( - Press the right button to select + {'Press the right button to select'} - Configure as new device + {'Configure as new device'} diff --git a/src/components/Onboarding/steps/SelectPIN/SelectPINrestoreBlue.js b/src/components/Onboarding/steps/SelectPIN/SelectPINrestoreBlue.js index c40a8e60..18566798 100644 --- a/src/components/Onboarding/steps/SelectPIN/SelectPINrestoreBlue.js +++ b/src/components/Onboarding/steps/SelectPIN/SelectPINrestoreBlue.js @@ -33,9 +33,9 @@ class SelectPINrestoreBlue extends PureComponent { desc: ( - Tap on + {'Tap on'} - Restore configuration + {'Restore configuration'} diff --git a/src/components/Onboarding/steps/SelectPIN/SelectPINrestoreNano.js b/src/components/Onboarding/steps/SelectPIN/SelectPINrestoreNano.js index 9bf64dbf..1d3302f8 100644 --- a/src/components/Onboarding/steps/SelectPIN/SelectPINrestoreNano.js +++ b/src/components/Onboarding/steps/SelectPIN/SelectPINrestoreNano.js @@ -38,13 +38,13 @@ class SelectPINrestoreNano extends PureComponent { desc: ( - Press the left button to cancel + {'Press the left button to cancel'} - Initialize as new device? + {'Initialize as new device?'} - Press the right button to select + {'Press the right button to select'} - Restore configuration? + {'Restore configuration?'} diff --git a/src/components/Onboarding/steps/WriteSeed/WriteSeedBlue.js b/src/components/Onboarding/steps/WriteSeed/WriteSeedBlue.js index 11afcf60..872e07b8 100644 --- a/src/components/Onboarding/steps/WriteSeed/WriteSeedBlue.js +++ b/src/components/Onboarding/steps/WriteSeed/WriteSeedBlue.js @@ -39,15 +39,15 @@ class WriteSeedBlue extends PureComponent { desc: ( - Tap + {'Tap'} - Next + {'Next'} - to move to the next words. Repeat the process until the + {'to move to the next words. Repeat the process until the'} - Confirmation + {'Confirmation'} - screen appears. + {'screen appears.'} ), diff --git a/src/components/Onboarding/steps/WriteSeed/WriteSeedNano.js b/src/components/Onboarding/steps/WriteSeed/WriteSeedNano.js index 7d3a91b6..18f4c1b5 100644 --- a/src/components/Onboarding/steps/WriteSeed/WriteSeedNano.js +++ b/src/components/Onboarding/steps/WriteSeed/WriteSeedNano.js @@ -34,11 +34,11 @@ class WriteSeedNano extends PureComponent { desc: ( - Copy the word displayed below + {'Copy the word displayed below'} - Word #1 + {'Word #1'} - in position 1 on a blank Recovery sheet. + {'in position 1 on a blank Recovery sheet.'} ), @@ -49,11 +49,11 @@ class WriteSeedNano extends PureComponent { desc: ( - Press the right button to display + {'Press the right button to display'} - Word #2 + {'Word #2'} - and repeat the process until all 24 words are copied on the Recovery sheet. + {'and repeat the process until all 24 words are copied on the Recovery sheet.'} ), diff --git a/src/components/Onboarding/steps/WriteSeed/WriteSeedRestore.js b/src/components/Onboarding/steps/WriteSeed/WriteSeedRestore.js index a5d17afe..ad9de3fb 100644 --- a/src/components/Onboarding/steps/WriteSeed/WriteSeedRestore.js +++ b/src/components/Onboarding/steps/WriteSeed/WriteSeedRestore.js @@ -42,11 +42,11 @@ class WriteSeedRestore extends PureComponent { desc: ( - Select the first letters of + {'Select the first letters of'} - Word #1 + {'Word #1'} - by pressing the right or left button. Press both buttons to confirm each letter. + {'by pressing the right or left button. Press both buttons to confirm each letter.'} ), @@ -57,11 +57,11 @@ class WriteSeedRestore extends PureComponent { desc: ( - Select + {'Select'} - Word #1 + {'Word #1'} - from the suggested words. Press both buttons to continue. + {'from the suggested words. Press both buttons to continue.'} ),