From dc1bdecea3a20761f5e65dbdda410880b1d78216 Mon Sep 17 00:00:00 2001 From: ddasilva Date: Wed, 20 Jun 2018 18:56:54 +0200 Subject: [PATCH] wip app yml wording --- src/components/DeviceConnect/index.js | 17 ++++++++--------- static/i18n/en/app.yml | 11 ++++++----- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/components/DeviceConnect/index.js b/src/components/DeviceConnect/index.js index 00917f0d..4d784b20 100644 --- a/src/components/DeviceConnect/index.js +++ b/src/components/DeviceConnect/index.js @@ -204,7 +204,7 @@ class DeviceConnect extends PureComponent { const hasDevice = devices.length > 0 const hasMultipleDevices = devices.length > 1 - + // TODO: place custom wording in trans tags into yml file /* eslint-disable react/jsx-no-literals */ return ( @@ -215,8 +215,7 @@ class DeviceConnect extends PureComponent { - Connect your Ledger device to your computer and enter your{' '} - PIN code on your device + Connect and unlock your Ledger device @@ -260,9 +259,9 @@ class DeviceConnect extends PureComponent { - {'Open '} + {'Open the '} {currency.name} - {' App on your device'} + {' app on your device'} @@ -275,8 +274,8 @@ class DeviceConnect extends PureComponent { - - {'Go to the '} + + {'Navigate to the '} {'dashboard'} {' on your device'} @@ -299,8 +298,8 @@ class DeviceConnect extends PureComponent { - {'Confirm '} - {'authentication'} + {'Allow the '} + {'Ledger Manager'} {' on your device'} diff --git a/static/i18n/en/app.yml b/static/i18n/en/app.yml index b9b86e60..4ef525c4 100644 --- a/static/i18n/en/app.yml +++ b/static/i18n/en/app.yml @@ -1,5 +1,5 @@ common: - ok: Okay + ok: OK yes: Yes no: No apply: Apply @@ -7,7 +7,7 @@ common: cancel: Cancel delete: Delete continue: Continue - skipThisStep: Skip This Step + skipThisStep: Skip this step chooseWalletPlaceholder: Choose a wallet... currency: Currency selectAccount: Select an account @@ -21,7 +21,7 @@ common: save: Save password: Password editProfile: Edit profile - lockApplication: Lock application + lockApplication: Lock Ledger Live showMore: Show more max: Max next: Next @@ -89,7 +89,7 @@ account: desc: The API node to use error: Invalid endpoint dashboard: - title: Dashboard + title: Portfolio accounts: title: Accounts ({{count}}) greeting: @@ -111,7 +111,8 @@ currentAddress: deviceConnect: step1: choose: "We detected {{count}} devices connected, please select one:" - connect: Connect your <1>Ledger device to your computer and enter your <3>PIN code on your device + connect: Connect and unlock your <1>Ledger device # remove key: <3>PIN code + dashboard: emptyState: sidebar: text: You don’t have any accounts at the moment. Press the + button to create an account