Merge pull request #5570 from JDonadio/ref/disable-spending-password

Ref/disable spending password
This commit is contained in:
Gabriel Edgardo Bazán 2017-02-21 15:36:02 -05:00 committed by GitHub
commit 0540f8b3be
2 changed files with 10 additions and 1 deletions

View file

@ -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>