fix private message from tx proposal

This commit is contained in:
bechi 2014-09-23 15:32:49 -03:00
commit 90e943f897

View file

@ -8,7 +8,7 @@
</a>
</div>
<div class="show-for-small-only small-12 columns m10b" ng-show="tx.comment">
<p class="size-14 label">
<p class="size-14 label ellipsis text-left">
{{tx.comment}} Created by <strong>{{$root.wallet.publicKeyRing.nicknameForCopayer(tx.creator)}}</strong>
</p>
</div>