From f4d39c10e56a9ad1737dcdf290e31095ad66b7ee Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 22 Feb 2018 08:58:48 +0100 Subject: Swedish translation, i18n fixes --- src/webex/pages/confirm-create-reserve.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'src/webex/pages/confirm-create-reserve.tsx') diff --git a/src/webex/pages/confirm-create-reserve.tsx b/src/webex/pages/confirm-create-reserve.tsx index 3c5bb5752..7a754374e 100644 --- a/src/webex/pages/confirm-create-reserve.tsx +++ b/src/webex/pages/confirm-create-reserve.tsx @@ -231,9 +231,9 @@ class ExchangeSelection extends ImplicitStateComponent { Using exchange provider {this.url()}. The exchange provider will charge - {" "} + {renderAmount(totalCost)} - {" "} + in fees. {trustMessage} @@ -245,7 +245,7 @@ class ExchangeSelection extends ImplicitStateComponent { return ( Waiting for a response from - {" "} + {shortName} ); @@ -334,7 +334,7 @@ class ExchangeSelection extends ImplicitStateComponent { console.log(exchanges); return (
- i18n.str`Please select an exchange. You can review the details before after your selection.` + {i18n.str`Please select an exchange. You can review the details before after your selection.`} {this.props.suggestedExchangeUrl && (
@@ -352,7 +352,9 @@ class ExchangeSelection extends ImplicitStateComponent {

Known Exchanges

{exchanges.map((e) => ( ))}
@@ -368,9 +370,9 @@ class ExchangeSelection extends ImplicitStateComponent { return (
- {"You are about to withdraw "} + You are about to withdraw {renderAmount(this.props.amount)} - {" from your bank account into your wallet."} + from your bank account into your wallet. {this.selectingExchange() ? this.renderSelect() : this.renderConfirm()}
-- cgit v1.2.3