Fix typos and translate attribute on html files

This commit is contained in:
Gustavo Maximiliano Cortez 2014-09-16 17:32:05 -03:00
commit ac2b588887
7 changed files with 16 additions and 20 deletions

View file

@ -15,9 +15,7 @@
width="30">
<div class="ellipsis" tooltip-placement="top" tooltip="{{copayer.nick}}">
<small class="text-gray" ng-show="copayer.index == 0">
<span translate>Me</span>
</small>
<small class="text-gray" ng-show="copayer.index == 0">{{'Me'|translate}}</small>
<small class="text-gray" ng-show="copayer.index > 0">{{copayer.nick}}</small>
</div>
</div>