commit
ce95cb264d
2 changed files with 5 additions and 2 deletions
|
|
@ -51,7 +51,10 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="box-setup-copayers p20">
|
<div class="box-setup-copayers p20">
|
||||||
<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>
|
<p class="text-primary m10b"
|
||||||
|
ng-show="$root.wallet && $root.wallet.publicKeyRing.isComplete()" translate>
|
||||||
|
Creating and storing a backup will allow you to recover wallet funds
|
||||||
|
</p>
|
||||||
<div class="oh">
|
<div class="oh">
|
||||||
<div ng-include="'views/includes/copayer.html'"></div>
|
<div ng-include="'views/includes/copayer.html'"></div>
|
||||||
<div ng-if="!$root.wallet.publicKeyRing.isComplete()">
|
<div ng-if="!$root.wallet.publicKeyRing.isComplete()">
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
<time>{{btx.firstSeenTs * 1000 | amCalendar}}</time>
|
<time>{{btx.firstSeenTs * 1000 | amCalendar}}</time>
|
||||||
</div>
|
</div>
|
||||||
<div data-ng-show="btx.time && !btx.firstSeenTs">
|
<div data-ng-show="btx.time && !btx.firstSeenTs">
|
||||||
<span translate>mined at</span>
|
<span translate>mined</span>
|
||||||
<time>{{btx.time * 1000 | amCalendar}}</time>
|
<time>{{btx.time * 1000 | amCalendar}}</time>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue