fix translate labels

This commit is contained in:
Javier 2016-12-02 14:36:14 -03:00
commit b1fabe1828
8 changed files with 28 additions and 77 deletions

View file

@ -59,7 +59,7 @@
## STEP 3
-->
<div id="wallet-backup-phrase-step-3" class="ng-hide" ng-show="step == 3">
<div class="password-prompt" translate>Enter your password</h5>
<div class="password-prompt"><span translate>Enter your password</span>
<label class="item item-input item-stacked-label">
<div class="input-label" translate>In order to verify your wallet backup, please type your password.</div>
<input type="text" id="passphrase" ng-model="data.passphrase" autocapitalize="off" spellcheck="false" autofocus/>