Removes note: and to: prefix

This commit is contained in:
Gustavo Maximiliano Cortez 2015-11-16 15:53:09 -03:00
commit fa13ee3347
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -506,9 +506,9 @@
<i class="icon-arrow-right3 size-18"></i>
</div>
<div class="size-14 text-gray columns m5t" ng-if="btx.message || btx.addressTo">
<div ng-show="btx.message"><span translate>Note</span>: {{btx.message}}</div>
<div ng-show="btx.message">{{btx.message}}</div>
<div ng-show="!btx.message">
<span translate>To</span>: {{index.addressbook[btx.addressTo] || btx.addressTo}}
{{index.addressbook[btx.addressTo] || btx.addressTo}}
</div>
</div>
</div>