From 7731ddd098d48fc54cd86b72d432493fe75399e4 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 23 Nov 2016 01:14:45 +0100 Subject: translations --- src/pages/confirm-contract.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/pages/confirm-contract.tsx') diff --git a/src/pages/confirm-contract.tsx b/src/pages/confirm-contract.tsx index 238ae2fb5..2ce3b0616 100644 --- a/src/pages/confirm-contract.tsx +++ b/src/pages/confirm-contract.tsx @@ -58,7 +58,9 @@ class Details extends React.Component {
); @@ -70,12 +72,12 @@ class Details extends React.Component { show less details
- Accepted exchanges: + {i18n`Accepted exchanges:`}
    {this.props.contract.exchanges.map( e =>
  • {`${e.url}: ${e.master_pub}`}
  • )}
- Exchanges in the wallet: + {i18n`Exchanges in the wallet:`}
    {(this.props.exchanges || []).map( (e: ExchangeRecord) => @@ -152,8 +154,7 @@ class ContractPrompt extends React.Component e.master_pub); let ex = this.state.exchanges.find((e) => acceptedExchangePubs.indexOf(e.masterPublicKey) >= 0); -- cgit v1.2.3