add translate
This commit is contained in:
parent
ecbe35da11
commit
eb0f6e76d5
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="sending-label" ng-if="btx.confirmations === 0">
|
<div class="sending-label" ng-if="btx.confirmations === 0">
|
||||||
<img src="img/icon-confirming.svg">
|
<img src="img/icon-confirming.svg">
|
||||||
<span ng-if="btx.action == 'sent' || btx.action == 'moved'">Sending</span>
|
<span ng-if="btx.action == 'sent' || btx.action == 'moved'" translate>Sending</span>
|
||||||
<span ng-if="btx.action == 'received'">Receiving</span>
|
<span ng-if="btx.action == 'received'" translate>Receiving</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="amount-label">
|
<div class="amount-label">
|
||||||
<div class="amount">{{displayAmount}} <span class="unit">{{displayUnit}}</span></div>
|
<div class="amount">{{displayAmount}} <span class="unit">{{displayUnit}}</span></div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue