diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-06-04 17:56:55 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-06-04 17:56:55 +0200 |
commit | c88bcce9987d4b5cc8123002485a928ff4191e94 (patch) | |
tree | a9d11203372ff9736145c5a2900b371b96674d1d /src/i18n/strings.ts | |
parent | e0e496b87837080b98caa002725768a497836c9f (diff) |
some UI fixes
Diffstat (limited to 'src/i18n/strings.ts')
-rw-r--r-- | src/i18n/strings.ts | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/i18n/strings.ts b/src/i18n/strings.ts index f21122542..242fecf5f 100644 --- a/src/i18n/strings.ts +++ b/src/i18n/strings.ts @@ -39,10 +39,10 @@ strings['de'] = { "You do not have any funds from an exchange that is accepted by this merchant. None of the exchanges accepted by the merchant is known to your wallet.": [ "" ], - "Withdrawal fees: %1$s": [ + "Withdrawal fees:": [ "Abheben bei %1$s" ], - "Rounding loss: %1$s": [ + "Rounding loss:": [ "" ], "Earliest expiration (for deposit): %1$s": [ @@ -195,10 +195,10 @@ strings['en-US'] = { "You do not have any funds from an exchange that is accepted by this merchant. None of the exchanges accepted by the merchant is known to your wallet.": [ "" ], - "Withdrawal fees: %1$s": [ + "Withdrawal fees:": [ "" ], - "Rounding loss: %1$s": [ + "Rounding loss:": [ "" ], "Earliest expiration (for deposit): %1$s": [ @@ -351,10 +351,10 @@ strings['fr'] = { "You do not have any funds from an exchange that is accepted by this merchant. None of the exchanges accepted by the merchant is known to your wallet.": [ "" ], - "Withdrawal fees: %1$s": [ + "Withdrawal fees:": [ "" ], - "Rounding loss: %1$s": [ + "Rounding loss:": [ "" ], "Earliest expiration (for deposit): %1$s": [ @@ -507,10 +507,10 @@ strings['it'] = { "You do not have any funds from an exchange that is accepted by this merchant. None of the exchanges accepted by the merchant is known to your wallet.": [ "" ], - "Withdrawal fees: %1$s": [ + "Withdrawal fees:": [ "" ], - "Rounding loss: %1$s": [ + "Rounding loss:": [ "" ], "Earliest expiration (for deposit): %1$s": [ |