This commit is contained in:
Gustavo Maximiliano Cortez 2017-07-15 12:16:42 -03:00
commit c0ef88fc2b
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 7 additions and 7 deletions

View file

@ -31,11 +31,11 @@
</div>
<div class="comment" ng-if="showMinWarning">
<i class="icon"><img src="img/icon-warning.png"></i>
<span class="text" translate>Your fee is lower than the recommended super economy fee ({{getMinimumRecommeded()}} satoshis/byte). Your transaction may never get confirmed.</span>
<span class="text" translate>Your fee is lower than recommended super economy fee ({{getMinimumRecommeded()}} satoshis/byte). The transaction may never get confirmed.</span>
</div>
<div class="comment" ng-if="showMaxWarning">
<i class="icon"><img src="img/icon-warning.png"></i>
<span class="text" translate>Your could not set a fee higher than 1000 satoshis/byte.</span>
<span class="text" translate>You could not set a fee higher than 1000 satoshis/byte.</span>
</div>
</ion-content>
</ion-modal-view>