From 776df7db733c12c65a79d6d299b0ac67ec022f6f Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Wed, 16 Aug 2017 10:17:36 -0300 Subject: [PATCH] Fix fee names. Updates translation --- i18n/po/template.pot | 20 ++++++++++---------- www/views/buyAmazon.html | 4 ++-- www/views/buyMercadoLibre.html | 4 ++-- www/views/topup.html | 4 ++-- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/i18n/po/template.pot b/i18n/po/template.pot index 229a7cf03..beadf761d 100644 --- a/i18n/po/template.pot +++ b/i18n/po/template.pot @@ -1533,12 +1533,6 @@ msgstr "" msgid "Invitation to share a {{appName}} Wallet" msgstr "" -#: www/views/buyAmazon.html:49 -#: www/views/buyMercadoLibre.html:48 -#: www/views/topup.html:56 -msgid "Invoice Fee" -msgstr "" - #: www/views/mercadoLibreCards.html:20 #: www/views/modals/mercadolibre-card-details.html:48 msgid "Invoice expired" @@ -1687,6 +1681,12 @@ msgstr "" msgid "Merchant Message" msgstr "" +#: www/views/buyAmazon.html:55 +#: www/views/buyMercadoLibre.html:54 +#: www/views/topup.html:63 +msgid "Miner Fee" +msgstr "" + #: src/js/services/bwcError.js:134 msgid "Missing parameter" msgstr "" @@ -1724,10 +1724,10 @@ msgstr "" msgid "Name" msgstr "" -#: www/views/buyAmazon.html:55 -#: www/views/buyMercadoLibre.html:54 -#: www/views/topup.html:63 -msgid "Network Fee" +#: www/views/buyAmazon.html:49 +#: www/views/buyMercadoLibre.html:48 +#: www/views/topup.html:56 +msgid "Network Cost" msgstr "" #: src/js/services/bwcError.js:47 diff --git a/www/views/buyAmazon.html b/www/views/buyAmazon.html index 6fbe3690e..ded0aca93 100644 --- a/www/views/buyAmazon.html +++ b/www/views/buyAmazon.html @@ -46,13 +46,13 @@
- Invoice Fee + Network Cost {{invoiceFee | currency:'$ ':2}} {{currencyIsoCode}}
- Network Fee + Miner Fee {{networkFee | currency:'$ ':2}} {{currencyIsoCode}} diff --git a/www/views/buyMercadoLibre.html b/www/views/buyMercadoLibre.html index 04461ad7a..7791aee82 100644 --- a/www/views/buyMercadoLibre.html +++ b/www/views/buyMercadoLibre.html @@ -45,13 +45,13 @@
- Invoice Fee + Network Cost {{invoiceFee | currency:'$ ':2}} {{currencyIsoCode}}
- Network Fee + Miner Fee {{networkFee | currency:'$ ':2}} {{currencyIsoCode}} diff --git a/www/views/topup.html b/www/views/topup.html index 1cdb3e8ab..9dee6b185 100644 --- a/www/views/topup.html +++ b/www/views/topup.html @@ -53,14 +53,14 @@
- Invoice Fee + Network Cost {{invoiceFee | currency:currencySymbol:2}} {{currencyIsoCode}} ...
- Network Fee + Miner Fee {{networkFee | currency:currencySymbol:2}} {{currencyIsoCode}} ...