Popup confirm (fee): fix text for different languages

This commit is contained in:
Gustavo Maximiliano Cortez 2016-04-07 15:07:02 -03:00
parent 66dc5e1933
commit 922a83aa86
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@
</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> {{confirm.feeLevel|translate}}: {{tx.feeStr}}
<span translate>Fee</span> (<span class="tl">{{confirm.feeLevel|translate}}</span>): {{tx.feeStr}}
<span class="label gray radius">{{confirm.feeAlternativeStr}}</span>
</div>
<div ng-show="showPercentage" ng-click="showPercentage = false" translate>

View File

@ -570,6 +570,7 @@ ul.manage li {
.vt {vertical-align: top;}
.ma { margin: 0 auto;}
.tu {text-transform: uppercase;}
.tl {text-transform: lowercase;}
.line {
border-top: 1px solid #F8F8FB;