Popup confirm (fee): fix text for different languages
This commit is contained in:
parent
66dc5e1933
commit
922a83aa86
2 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="text-bold m10t size-12" ng-init="confirm.processFee(tx.amount, tx.fee)">
|
<div class="text-bold m10t size-12" ng-init="confirm.processFee(tx.amount, tx.fee)">
|
||||||
<div ng-show="!showPercentage" ng-click="showPercentage = true">
|
<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>
|
<span class="label gray radius">{{confirm.feeAlternativeStr}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div ng-show="showPercentage" ng-click="showPercentage = false" translate>
|
<div ng-show="showPercentage" ng-click="showPercentage = false" translate>
|
||||||
|
|
|
||||||
|
|
@ -570,6 +570,7 @@ ul.manage li {
|
||||||
.vt {vertical-align: top;}
|
.vt {vertical-align: top;}
|
||||||
.ma { margin: 0 auto;}
|
.ma { margin: 0 auto;}
|
||||||
.tu {text-transform: uppercase;}
|
.tu {text-transform: uppercase;}
|
||||||
|
.tl {text-transform: lowercase;}
|
||||||
|
|
||||||
.line {
|
.line {
|
||||||
border-top: 1px solid #F8F8FB;
|
border-top: 1px solid #F8F8FB;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue