diff --git a/src/components/SettingsPage/sections/Export.js b/src/components/SettingsPage/sections/Export.js index a00c6c72..2d5fbf73 100644 --- a/src/components/SettingsPage/sections/Export.js +++ b/src/components/SettingsPage/sections/Export.js @@ -61,10 +61,11 @@ class SectionExport extends PureComponent { desc: ( - {'Go to'} + {'Tap the'} - {'Accounts'} + {'+'} + {'button in Accounts'} ), @@ -75,11 +76,10 @@ class SectionExport extends PureComponent { desc: ( - {'Click on the'} + {'Tap'} - {'+'} + {'Import desktop accounts'} - {'button'} ), @@ -89,26 +89,7 @@ class SectionExport extends PureComponent { icon: {'3'}, desc: ( - - {'Select'} - - {'Import accounts'} - - - - ), - }, - { - key: 'step4', - icon: {'4'}, - desc: ( - - - {'Scan the image'} - - {'until the loader hits 100%'} - - + ), }, @@ -116,7 +97,7 @@ class SectionExport extends PureComponent { return ( - {'Export accounts'} + {t('settings.export.modal.title')} diff --git a/static/i18n/en/app.json b/static/i18n/en/app.json index 59ee4edc..9a49099f 100644 --- a/static/i18n/en/app.json +++ b/static/i18n/en/app.json @@ -357,11 +357,11 @@ "button": "Export", "modal":{ "button": "Done", + "title": "Scan to export to mobile", "listTitle": "To import accounts on your Ledger Live Mobile app:", - "step1": "Go to <1><0>Accounts", - "step2": "Click on the <1><0>+ button", - "step3": "Select <1><0>Import accounts", - "step4": "Scan the image <1><0>until the loader hits 100%" + "step1": "Tap the <1><0>+ button in Account", + "step2": "Tap <1><0>Import desktop accounts", + "step3": "Scan until the loader hits 100%" } }, "display": {