Adds "updating balance" message when loading txps
This commit is contained in:
parent
1c3b5b8421
commit
f12b9b0be5
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
||||||
index.onGoingProcessName == 'openingWallet'
|
index.onGoingProcessName == 'openingWallet'
|
||||||
|| index.onGoingProcessName == 'updatingStatus'
|
|| index.onGoingProcessName == 'updatingStatus'
|
||||||
|| index.onGoingProcessName == 'updatingBalance'
|
|| index.onGoingProcessName == 'updatingBalance'
|
||||||
|
|| index.onGoingProcessName == 'updatingPendingTxps'
|
||||||
"> Updating Wallet... </span>
|
"> Updating Wallet... </span>
|
||||||
<span translate ng-show="index.onGoingProcessName == 'scanning'">Scanning Wallet funds...</span>
|
<span translate ng-show="index.onGoingProcessName == 'scanning'">Scanning Wallet funds...</span>
|
||||||
<span translate ng-show="index.onGoingProcessName == 'recreating'">Recreating Wallet...</span>
|
<span translate ng-show="index.onGoingProcessName == 'recreating'">Recreating Wallet...</span>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue