Fix strings to translate

This commit is contained in:
Gustavo Maximiliano Cortez 2017-03-16 09:24:43 -03:00
commit 0d76215a6f
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -52,10 +52,12 @@
<ion-toggle ng-model="encryptEnabled.value" toggle-class="toggle-balanced" ng-change="encryptChange()" ng-disabled="wallet.needsBackup"> <ion-toggle ng-model="encryptEnabled.value" toggle-class="toggle-balanced" ng-change="encryptChange()" ng-disabled="wallet.needsBackup">
<span ng-class="{'disabled': wallet.needsBackup}" class="toggle-label" translate>Request Spending Password</span> <span ng-class="{'disabled': wallet.needsBackup}" class="toggle-label" translate>Request Spending Password</span>
</ion-toggle> </ion-toggle>
<div class="comment" translate> <div class="comment">
<span translate>
If enabled, all sensitive information (private key and recovery phrase) and actions (spending and exporting) associated with this wallet will be protected. If enabled, all sensitive information (private key and recovery phrase) and actions (spending and exporting) associated with this wallet will be protected.
<span class="text-light assertive" ng-show="wallet.needsBackup"> </span>
{{'Complete the backup process to use this option' | translate}} <span class="text-light assertive" ng-show="wallet.needsBackup" translate>
Complete the backup process to use this option
</span> </span>
</div> </div>
</div> </div>