fixed message when receiving on labeled address

This commit is contained in:
Ivan Socolsky 2014-10-23 12:42:19 -03:00 committed by Matias Alejo Garcia
commit 5b0098a2f6

View file

@ -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">