This commit is contained in:
Gustavo Maximiliano Cortez 2015-07-28 10:49:22 -03:00
commit 2979fd6ed6
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -15,7 +15,7 @@
<div class="row column m20t">
<div class="text-gray size-12 text-center" ng-repeat="fee in (index.network == 'livenet' ? index.feeLevels.livenet :
index.feeLevels.testnet)" ng-if="fee.level == index.currentFeeLevel">
<span translate>Average confirmation time: {{fee.nbBlocks * 10}} minutes</span>.
<span translate>Average confirmation time: {{fee.nbBlocks * 10}} minutes</span>. <br>
<span class="size-12 text-light" translate>Current fee rate for this policy: {{fee.feePerKBUnit}}/kiB</span>
</div>
</div>