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-contract.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/webex/pages/confirm-contract.tsx') diff --git a/src/webex/pages/confirm-contract.tsx b/src/webex/pages/confirm-contract.tsx index 0aaed4837..24e08aec8 100644 --- a/src/webex/pages/confirm-contract.tsx +++ b/src/webex/pages/confirm-contract.tsx @@ -370,8 +370,7 @@ class ContractPrompt extends React.Component - The merchant {merchantName} {" "} - offers you to purchase: + The merchant {merchantName} offers you to purchase:
{c.summary} @@ -379,12 +378,12 @@ class ContractPrompt extends React.Component {products} {(this.state.payStatus && this.state.payStatus.coinSelection) - ?

- The total price is {amount}{" "} + ? + The total price is {amount} (plus {renderAmount(this.state.payStatus.coinSelection.totalFees)} fees). -

+ : -

The total price is {amount}.

+ The total price is {amount}. } { this.state.confirmPayError ? PayErrorDialog() -- cgit v1.2.3