Showing message only when the copayer may create a backup
This commit is contained in:
parent
7847cd5067
commit
da08f52d67
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
|||
</div>
|
||||
|
||||
<div class="box-setup-copayers p20">
|
||||
<p class="text-primary m10b" translate>Creating and storing a backup will allow to restore funds of the wallet</p>
|
||||
<p class="text-primary m10b" ng-show="$root.wallet && $root.wallet.publicKeyRing.isComplete()" translate>Creating and storing a backup will allow to restore funds of the wallet</p>
|
||||
<div class="oh">
|
||||
<div ng-include="'views/includes/copayer.html'"></div>
|
||||
<div ng-if="!$root.wallet.publicKeyRing.isComplete()">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue