Merge pull request #5661 from JDonadio/fix/wording-02

Fix wording - use recovery phrase instead of "mnemonics"
This commit is contained in:
Gabriel Edgardo Bazán 2017-02-22 14:32:44 -05:00 committed by GitHub
commit bf1c25f135

View file

@ -51,7 +51,7 @@
<span class="toggle-label" translate>Request Spending Password</span> <span class="toggle-label" translate>Request Spending Password</span>
</ion-toggle> </ion-toggle>
<div class="comment" translate> <div class="comment" translate>
If enabled, all sensitive information (private key and mnemonics) 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.
</div> </div>
</div> </div>
<div ng-show="wallet.canSign() && touchIdAvailable"> <div ng-show="wallet.canSign() && touchIdAvailable">