more descriptive label for confirming txs
This commit is contained in:
parent
8120374357
commit
9018ccd39a
2 changed files with 4 additions and 2 deletions
|
|
@ -235,7 +235,8 @@
|
|||
|
||||
<div class="wallet-details__tx-title" ng-if="isUnconfirmed(btx)">
|
||||
<div class="ellipsis" style="color: #B4B4B4;">
|
||||
Confirming
|
||||
<span ng-if="btx.action == 'sent' || btx.action == 'moved'">Sending</span>
|
||||
<span ng-if="btx.action == 'received'">Receiving</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue