Fix fee names. Updates translation

This commit is contained in:
Gustavo Maximiliano Cortez 2017-08-16 10:17:36 -03:00
commit 776df7db73
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 16 additions and 16 deletions

View file

@ -46,13 +46,13 @@
</span>
</div>
<div class="item">
<span translate>Invoice Fee</span>
<span translate>Network Cost</span>
<span class="item-note">
<span>{{invoiceFee | currency:'$ ':2}}<span ng-if="invoiceFee"> {{currencyIsoCode}}</span>
</span>
</div>
<div class="item">
<span translate>Network Fee</span>
<span translate>Miner Fee</span>
<span class="item-note">
<span>{{networkFee | currency:'$ ':2}}<span ng-if="networkFee"> {{currencyIsoCode}}</span>
</span>

View file

@ -45,13 +45,13 @@
</span>
</div>
<div class="item">
<span translate>Invoice Fee</span>
<span translate>Network Cost</span>
<span class="item-note">
<span>{{invoiceFee | currency:'$ ':2}}<span ng-if="invoiceFee"> {{currencyIsoCode}}</span>
</span>
</div>
<div class="item">
<span translate>Network Fee</span>
<span translate>Miner Fee</span>
<span class="item-note">
<span>{{networkFee | currency:'$ ':2}}<span ng-if="networkFee"> {{currencyIsoCode}}</span>
</span>

View file

@ -53,14 +53,14 @@
</span>
</div>
<div class="item">
<span translate>Invoice Fee</span>
<span translate>Network Cost</span>
<span class="item-note">
<span ng-if="invoiceFee">{{invoiceFee | currency:currencySymbol:2}} {{currencyIsoCode}}</span>
<span ng-if="!invoiceFee">...</span>
</span>
</div>
<div class="item">
<span translate>Network Fee</span>
<span translate>Miner Fee</span>
<span class="item-note">
<span ng-if="networkFee">{{networkFee | currency:currencySymbol:2}} {{currencyIsoCode}}</span>
<span ng-if="!networkFee">...</span>