Browse Source

Fixed some wording

Along with the missing S and fixed font, I fixed some missing wording
gre-patch-1
Juan Cortes Ross 6 years ago
parent
commit
c7158fc7cb
No known key found for this signature in database GPG Key ID: 34A99C03E9455EB8
  1. 4
      src/components/EnsureDeviceApp.js
  2. 8
      src/components/GenuineCheck.js
  3. 5
      src/components/SettingsPage/sections/Export.js
  4. 11
      static/i18n/en/app.json

4
src/components/EnsureDeviceApp.js

@ -77,7 +77,7 @@ class EnsureDeviceApp extends Component<{
const cur = account ? account.currency : currency const cur = account ? account.currency : currency
invariant(cur, 'No currency given') invariant(cur, 'No currency given')
return ( return (
<Trans i18nKey="deviceConnect.step2.open" parent="div"> <Trans i18nKey="deviceConnect.step2" parent="div">
{'Open the '} {'Open the '}
<Bold>{cur.managerAppName}</Bold> <Bold>{cur.managerAppName}</Bold>
{' app on your device'} {' app on your device'}
@ -97,7 +97,7 @@ class EnsureDeviceApp extends Component<{
{ {
id: 'device', id: 'device',
title: ( title: (
<Trans i18nKey="deviceConnect.step1.connect" parent="div"> <Trans i18nKey="deviceConnect.step1" parent="div">
{'Connect and unlock your '} {'Connect and unlock your '}
<Bold>{'Ledger device'}</Bold> <Bold>{'Ledger device'}</Bold>
</Trans> </Trans>

8
src/components/GenuineCheck.js

@ -124,7 +124,7 @@ class GenuineCheck extends PureComponent<Props> {
{ {
id: 'device', id: 'device',
title: ( title: (
<Trans i18nKey="deviceConnect.step1.connect" parent="div"> <Trans i18nKey="deviceConnect.step1" parent="div">
{'Connect and unlock your '} {'Connect and unlock your '}
<Bold>{'Ledger device'}</Bold> <Bold>{'Ledger device'}</Bold>
</Trans> </Trans>
@ -135,10 +135,10 @@ class GenuineCheck extends PureComponent<Props> {
{ {
id: 'deviceInfo', id: 'deviceInfo',
title: ( title: (
<Trans i18nKey="deviceConnect:dashboard.open" parent="div"> <Trans i18nKey="deviceConnect.step2" parent="div">
{'Navigate to the '} {'Navigate to the '}
<Bold>{'dashboard'}</Bold> <Bold>{'dashboard'}</Bold>
{' on your device'} {' app on your device'}
</Trans> </Trans>
), ),
icon: homeIcon, icon: homeIcon,
@ -147,7 +147,7 @@ class GenuineCheck extends PureComponent<Props> {
{ {
id: 'isGenuine', id: 'isGenuine',
title: ( title: (
<Trans i18nKey="deviceConnect:stepGenuine.open" parent="div"> <Trans i18nKey="deviceConnect.step3" parent="div">
{'Allow '} {'Allow '}
<Bold>{'Ledger Manager'}</Bold> <Bold>{'Ledger Manager'}</Bold>
{' on your device'} {' on your device'}

5
src/components/SettingsPage/sections/Export.js

@ -17,8 +17,8 @@ import { BulletRow } from '../../Onboarding/helperComponents'
import Text from '../../base/Text' import Text from '../../base/Text'
const BulletRowIcon = styled(Box).attrs({ const BulletRowIcon = styled(Box).attrs({
ff: 'Open Sans|Regular', ff: 'Rubik|Regular',
fontSize: 12, fontSize: 10,
textAlign: 'center', textAlign: 'center',
color: 'wallet', color: 'wallet',
pl: 2, pl: 2,
@ -29,6 +29,7 @@ const BulletRowIcon = styled(Box).attrs({
height: 18px; height: 18px;
width: 18px; width: 18px;
padding: 0px; padding: 0px;
padding-top: 2px;
` `
type Props = { type Props = {

11
static/i18n/en/app.json

@ -138,12 +138,9 @@
"messageIfSkipped": "Your {{currencyName}} address has not been confirmed on your Ledger device. Please verify it for optimal security." "messageIfSkipped": "Your {{currencyName}} address has not been confirmed on your Ledger device. Please verify it for optimal security."
}, },
"deviceConnect": { "deviceConnect": {
"step1": { "step1": "Connect and unlock your <1>Ledger device</1>",
"connect": "Connect and unlock your <1>Ledger device</1>" "step2": "Navigate to the <1><0>{{managerAppName}}</0></1> app on your device",
}, "step3": "Allow <1><0>Ledger Manager</0></1> on your device"
"step2": {
"open": "Open the <1><0>{{managerAppName}}</0></1> app on your device"
}
}, },
"emptyState": { "emptyState": {
"sidebar": { "sidebar": {
@ -359,7 +356,7 @@
"button": "Done", "button": "Done",
"title": "Scan to export to mobile", "title": "Scan to export to mobile",
"listTitle": "To import accounts on your Ledger Live Mobile app:", "listTitle": "To import accounts on your Ledger Live Mobile app:",
"step1": "Tap the <1><0>+</0></1> button in Account", "step1": "Tap the <1><0>+</0></1> button in Accounts",
"step2": "Tap <1><0>Import desktop accounts</0></1>", "step2": "Tap <1><0>Import desktop accounts</0></1>",
"step3": "Scan until the loader hits 100%" "step3": "Scan until the loader hits 100%"
} }

Loading…
Cancel
Save