From 2fd132407c565b0a6b764929c198d87150b993b5 Mon Sep 17 00:00:00 2001 From: Thibaut Boustany Date: Wed, 13 Jun 2018 18:34:08 +0200 Subject: [PATCH 1/2] Fix account name not showing --- src/components/CurrentAddress/index.js | 3 +-- static/i18n/en/app.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/CurrentAddress/index.js b/src/components/CurrentAddress/index.js index a4529e09..8c2b9b9b 100644 --- a/src/components/CurrentAddress/index.js +++ b/src/components/CurrentAddress/index.js @@ -183,8 +183,7 @@ class CurrentAddress extends PureComponent { {accountName ? ( - {'Address for '} - {accountName} + Address for {accountName} ) : ( t('app:currentAddress.title') diff --git a/static/i18n/en/app.yml b/static/i18n/en/app.yml index 49deffcf..34be68fd 100644 --- a/static/i18n/en/app.yml +++ b/static/i18n/en/app.yml @@ -93,7 +93,7 @@ dashboard: balance: Balance currentAddress: title: Current address - for: Address for + for: Address for <1><0>{{accountName}} message: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam blandit velit egestas leo tincidunt deviceConnect: step1: From 9545fa31719232195b58993368b4e7ddc0e31c69 Mon Sep 17 00:00:00 2001 From: Thibaut Boustany Date: Thu, 14 Jun 2018 10:14:52 +0200 Subject: [PATCH 2/2] More i18n strings --- src/components/AdvancedOptions/BitcoinKind.js | 2 +- src/components/AdvancedOptions/EthereumKind.js | 2 +- src/components/AdvancedOptions/RippleKind.js | 2 +- src/components/modals/AccountSettingRenderBody.js | 2 +- src/components/modals/Send/Footer.js | 2 +- static/i18n/en/app.yml | 1 + 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/AdvancedOptions/BitcoinKind.js b/src/components/AdvancedOptions/BitcoinKind.js index 93de6bfd..28810fef 100644 --- a/src/components/AdvancedOptions/BitcoinKind.js +++ b/src/components/AdvancedOptions/BitcoinKind.js @@ -15,7 +15,7 @@ type Props = { } export default translate()(({ isRBF, onChangeRBF, t }: Props) => ( - +