From 89815175a0c084f27eb5e150f59c458a74774242 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 22 Feb 2018 11:49:13 +0100 Subject: more i18n/spacing fixes --- src/webex/pages/confirm-contract.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 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 24e08aec8..f1e98f22b 100644 --- a/src/webex/pages/confirm-contract.tsx +++ b/src/webex/pages/confirm-contract.tsx @@ -370,7 +370,7 @@ class ContractPrompt extends React.Component - The merchant {merchantName} offers you to purchase: + The merchant{" "}{merchantName} offers you to purchase:
{c.summary} @@ -379,8 +379,7 @@ class ContractPrompt extends React.Component - The total price is {amount} - (plus {renderAmount(this.state.payStatus.coinSelection.totalFees)} fees). + The total price is {amount} (plus {renderAmount(this.state.payStatus.coinSelection.totalFees)} fees). : The total price is {amount}. -- cgit v1.2.3