Fix % of the transaction. Show fee level

This commit is contained in:
Gustavo Maximiliano Cortez 2016-04-07 11:32:06 -03:00
commit 66dc5e1933
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 2 additions and 3 deletions

View file

@ -18,11 +18,10 @@
</div>
<div class="text-bold m10t size-12" ng-init="confirm.processFee(tx.amount, tx.fee)">
<div ng-show="!showPercentage" ng-click="showPercentage = true">
<span translate>Fee</span>: {{tx.feeStr}}
<span translate>Fee</span> {{confirm.feeLevel|translate}}: {{tx.feeStr}}
<span class="label gray radius">{{confirm.feeAlternativeStr}}</span>
</div>
<div ng-show="showPercentage" ng-click="showPercentage = false" translate>
{{confirm.feeLevel|translate}} &middot;
{{confirm.feeRateStr}} of the transaction
</div>
</div>