Merge pull request #6679 from JDonadio/ref/wiki-spending-password

fix method name - add spending password external link
This commit is contained in:
Gustavo Maximiliano Cortez 2017-08-31 18:25:09 -03:00 committed by GitHub
commit 9602fb9bb6
5 changed files with 19 additions and 5 deletions

View file

@ -13,7 +13,7 @@
</ion-toggle>
<div class="comment" translate>
Enable Bitcoin Cash wallet creation and operation within the App.
<a ng-click="learnMore()">Learn more</a>
<a ng-click="openBitcoinCashWeb()">Learn more</a>
</div>

View file

@ -44,10 +44,11 @@
<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.
<a ng-click="openWikiSpendingPassword()">Learn more</a>
</span>
<span class="text-light assertive" ng-show="wallet.needsBackup" translate>
<div class="text-light assertive" ng-show="wallet.needsBackup" translate>
Complete the backup process to use this option
</span>
</div>
</div>
</div>
<div ng-show="wallet.canSign() && touchIdAvailable">