Clearing title

This commit is contained in:
Gustavo Maximiliano Cortez 2015-07-24 12:13:53 -03:00
parent 5742dee340
commit 44ceb8318e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<div class="modal-content fix-modals-touch" ng-controller="preferencesFeeController as prefFee">
<ul class="no-bullet m0 size-14">
<h4 class="title m0" translate>Fee level [{{network}}]</h4>
<h4 class="title m0" translate>Fee level</h4>
<li ng-repeat="fee in (network == 'livenet' ? feeLevels.livenet : feeLevels.testnet)" ng-click="save(fee.level)" class="line-b p20">
<span ng-show="fee.level == 'priority'" translate>Priority</span>
<span ng-show="fee.level == 'normal'" translate>Normal</span>