Merge pull request #3469 from cmgustavo/bug/history-note-to

Removes note: and to: prefix
This commit is contained in:
Matias Alejo Garcia 2015-11-16 16:07:27 -03:00
commit 8314a1c91c
1 changed files with 2 additions and 2 deletions

View File

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