Merge pull request #5570 from JDonadio/ref/disable-spending-password
Ref/disable spending password
This commit is contained in:
commit
0540f8b3be
2 changed files with 10 additions and 1 deletions
|
|
@ -106,6 +106,9 @@
|
|||
<span class="right text-light assertive" ng-show="!item.isComplete()">
|
||||
{{'Incomplete' | translate}}
|
||||
</span>
|
||||
<span class="right text-light assertive" ng-show="item.isComplete() && item.needsBackup">
|
||||
{{'Backup needed' | translate}}
|
||||
</span>
|
||||
<i class="icon bp-arrow-right"></i>
|
||||
</a>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue