Removes translate

This commit is contained in:
Gustavo Maximiliano Cortez 2017-02-15 12:28:02 -03:00
parent 82634584fe
commit b3f8d5da93
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<div ng-repeat="service in services">
<div class="item item-icon-right" ui-sref="{{service.sref}}">
<img ng-src="{{service.logo}}" width="90">
<span class="item-note" translate>{{service.location}}</span>
<span class="item-note">{{service.location}}</span>
<i class="icon bp-arrow-right"></i>
</div>
</div>