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