Fix typos and translate attribute on html files
This commit is contained in:
parent
4a91729121
commit
ac2b588887
7 changed files with 16 additions and 20 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue