Updated spanish translation

This commit is contained in:
Gustavo Maximiliano Cortez 2014-09-05 17:23:44 -03:00
commit 330210d48e
6 changed files with 32 additions and 11 deletions

View file

@ -7,7 +7,7 @@
<div class="last-transactions" ng-repeat="tx in txs | paged">
<div ng-include="'views/includes/transaction.html'"></div>
</div>
<p translate ng-show="txs.length == 0">No transactions proposals yet.</p>
<p ng-show="txs.length == 0"><span translate>No transactions proposals yet.</span></p>
<pagination ng-show="txs.length > txpItemsPerPage" total-items="txs.length" items-per-page="txpItemsPerPage" page="txpCurrentPage" on-select-page="show()" class="pagination-small primary"></pagination>
</div>