Fix translate

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-03 18:22:17 -03:00
commit afad3afb0b
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 127 additions and 159 deletions

View file

@ -269,9 +269,9 @@
</div>
<div class="row m20t">
<button type="submit" class="outline round small expand m0" ng-show="index.historyShowShowAll" ng-click="index.showAllHistory()" ng-style="{'background-color':index.backgroundColor}" translate>
<button type="submit" class="outline round small expand m0" ng-show="index.historyShowShowAll" ng-click="index.showAllHistory()" ng-style="{'background-color':index.backgroundColor}">
<i class="icon-arrow-down4 ng-scope"></i>
Show all
<span translate>Show all</span>
</button>
</div>
</div>