more descriptive label for confirming txs
This commit is contained in:
parent
8120374357
commit
9018ccd39a
2 changed files with 4 additions and 2 deletions
|
|
@ -18,7 +18,8 @@
|
|||
</div>
|
||||
<div class="sending-label" ng-if="btx.confirmations === 0">
|
||||
<img src="img/icon-confirming.svg">
|
||||
<span translate>Confirming</span>
|
||||
<span ng-if="btx.action == 'sent' || btx.action == 'moved'">Sending</span>
|
||||
<span ng-if="btx.action == 'received'">Receiving</span>
|
||||
</div>
|
||||
<div class="amount-label">
|
||||
<div class="amount">{{displayAmount}} <span class="unit">{{displayUnit}}</span></div>
|
||||
|
|
|
|||
|
|
@ -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