Meriadec Pillet
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with
8 additions and
8 deletions
-
src/components/AdvancedOptions/BitcoinKind.js
-
src/components/AdvancedOptions/EthereumKind.js
-
src/components/AdvancedOptions/RippleKind.js
-
src/components/CurrentAddress/index.js
-
src/components/modals/AccountSettingRenderBody.js
-
src/components/modals/Send/Footer.js
-
static/i18n/en/app.yml
|
|
@ -15,7 +15,7 @@ type Props = { |
|
|
|
} |
|
|
|
|
|
|
|
export default translate()(({ isRBF, onChangeRBF, t }: Props) => ( |
|
|
|
<Spoiler title="Advanced options"> |
|
|
|
<Spoiler title={t('app:send.steps.amount.advancedOptions')}> |
|
|
|
<Box horizontal align="center" flow={5}> |
|
|
|
<Box style={{ width: 200 }}> |
|
|
|
<Label> |
|
|
|
|
|
@ -14,7 +14,7 @@ type Props = { |
|
|
|
} |
|
|
|
|
|
|
|
export default translate()(({ gasLimit, onChangeGasLimit, t }: Props) => ( |
|
|
|
<Spoiler title="Advanced options"> |
|
|
|
<Spoiler title={t('app:send.steps.amount.advancedOptions')}> |
|
|
|
<Box horizontal align="center" flow={5}> |
|
|
|
<Box style={{ width: 200 }}> |
|
|
|
<Label> |
|
|
|
|
|
@ -14,7 +14,7 @@ type Props = { |
|
|
|
} |
|
|
|
|
|
|
|
export default translate()(({ tag, onChangeTag, t }: Props) => ( |
|
|
|
<Spoiler title="Advanced options"> |
|
|
|
<Spoiler title={t('app:send.steps.amount.advancedOptions')}> |
|
|
|
<Box horizontal align="center" flow={5}> |
|
|
|
<Box style={{ width: 200 }}> |
|
|
|
<Label> |
|
|
|
|
|
@ -183,8 +183,7 @@ class CurrentAddress extends PureComponent<Props> { |
|
|
|
<Box> |
|
|
|
{accountName ? ( |
|
|
|
<Trans i18nKey="app:currentAddress.for" parent="div"> |
|
|
|
{'Address for '} |
|
|
|
<strong>{accountName}</strong> |
|
|
|
Address for <strong>{accountName}</strong> |
|
|
|
</Trans> |
|
|
|
) : ( |
|
|
|
t('app:currentAddress.title') |
|
|
|
|
|
@ -174,7 +174,7 @@ class HelperComp extends PureComponent<Props, State> { |
|
|
|
/> |
|
|
|
</Box> |
|
|
|
</Container> |
|
|
|
<Spoiler title="Advanced logs"> |
|
|
|
<Spoiler title={t('app:account.settings.advancedLogs')}> |
|
|
|
<textarea |
|
|
|
readOnly |
|
|
|
style={{ |
|
|
|
|
|
@ -95,7 +95,7 @@ class Footer extends PureComponent< |
|
|
|
</Box> |
|
|
|
)} |
|
|
|
<Button primary onClick={onNext} disabled={!canNext || !canBeSpent}> |
|
|
|
{'Next'} |
|
|
|
{t('app:common.next')} |
|
|
|
</Button> |
|
|
|
</Box> |
|
|
|
</ModalFooter> |
|
|
|
|
|
@ -68,6 +68,7 @@ account: |
|
|
|
receiveFunds: Receive Funds |
|
|
|
settings: |
|
|
|
title: Edit Account |
|
|
|
advancedLogs: Advanced logs |
|
|
|
accountName: |
|
|
|
title: Account name |
|
|
|
desc: Lorem ipsum dolort amet |
|
|
@ -93,7 +94,7 @@ dashboard: |
|
|
|
balance: Balance |
|
|
|
currentAddress: |
|
|
|
title: Current address |
|
|
|
for: Address for |
|
|
|
for: Address for <1><0>{{accountName}}</0></1> |
|
|
|
message: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam blandit velit egestas leo tincidunt |
|
|
|
deviceConnect: |
|
|
|
step1: |
|
|
|