This commit is contained in:
Gustavo Maximiliano Cortez 2017-07-15 12:16:42 -03:00
parent 847337c3ef
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

@ -3201,6 +3201,10 @@ msgstr ""
msgid "You control your bitcoin."
msgstr ""
#: www/views/modals/chooseFeeLevel.html:38
msgid "You could not set a fee higher than 1000 satoshis/byte."
msgstr ""
#: www/views/modals/bitpay-card-confirmation.html:5
msgid "You will need to log back for fill in your BitPay Card."
msgstr ""
@ -3221,12 +3225,8 @@ msgstr ""
msgid "Your bitcoin wallet is ready!"
msgstr ""
#: www/views/modals/chooseFeeLevel.html:38
msgid "Your could not set a fee higher than 1000 satoshis/byte."
msgstr ""
#: www/views/modals/chooseFeeLevel.html:34
msgid "Your fee is lower than the recommended super economy fee ({{getMinimumRecommeded()}} satoshis/byte). Your transaction may never get confirmed."
msgid "Your fee is lower than recommended super economy fee ({{getMinimumRecommeded()}} satoshis/byte). The transaction may never get confirmed."
msgstr ""
#: www/views/feedback/send.html:42

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>