fixed message when receiving on labeled address
This commit is contained in:
parent
52c913b89e
commit
5b0098a2f6
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="last-transactions-content">
|
||||
{{btx.action}} <span ng-show="btx.labelTo">to {{btx.labelTo}}</span>
|
||||
{{btx.action}} <span ng-show="btx.labelTo">{{ (btx.action == 'received' ? 'on' : 'to') | translate }} {{btx.labelTo}}</span>
|
||||
<span ng-show="btx.comment">{{btx.comment}}</span>
|
||||
</div>
|
||||
<div class="last-transactions-footer">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue