Update template.pot

Update import.html
This commit is contained in:
Kirvx 2016-06-04 12:59:08 +02:00
parent bab8a26e1e
commit 1e65402c63
2 changed files with 9 additions and 1 deletions

View File

@ -769,6 +769,10 @@ msgstr ""
msgid "Hardware wallet"
msgstr ""
#: public/views/import.html
msgid "Hardware Wallet"
msgstr ""
#: public/views/import.html
msgid "Have a Backup from Copay v0.9?"
msgstr ""
@ -1572,6 +1576,10 @@ msgstr ""
msgid "Success"
msgstr ""
#: src/js/services/feeService.js
msgid "Super Economy"
msgstr ""
#: public/views/preferencesAdvanced.html
msgid "Sweep paper wallet"
msgstr ""

View File

@ -39,7 +39,7 @@
<a href ng-click="import.setType('file')" translate>File/Text Backup</a>
</div>
<div class="tab-container small-4 medium-4 large-4" ng-class="{'selected': type=='hwWallet'}">
<a href ng-click="import.setType('hwWallet')">Hardware Wallet</a>
<a href ng-click="import.setType('hwWallet')" translate>Hardware Wallet</a>
</div>
</div>
</div>