Update preferences.html

This commit is contained in:
Gabriel Edgardo Bazán 2017-03-13 15:59:09 -03:00 committed by GitHub
parent aaa368efd0
commit f87bdaa5e5
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
</a>
<div ng-show="wallet.canSign()">
<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><br>
<span ng-class="{'disabled': wallet.needsBackup}" class="toggle-label" translate>Request Spending Password</span>
</ion-toggle>
<div class="comment" translate>
If enabled, all sensitive information (private key and recovery phrase) and actions (spending and exporting) associated with this wallet will be protected.