Merge pull request #6679 from JDonadio/ref/wiki-spending-password
fix method name - add spending password external link
This commit is contained in:
commit
9602fb9bb6
5 changed files with 19 additions and 5 deletions
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue