Fixes strings and prepares to translation

This commit is contained in:
Gustavo Maximiliano Cortez 2015-11-11 14:11:35 -03:00
commit d842a9f8ef
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
7 changed files with 75 additions and 51 deletions

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')" translate>Hardware Wallet</a>
<a href ng-click="import.setType('hwWallet')">Hardware Wallet</a>
</div>
</div>
</div>