Use translations instead of direct English word.

This commit is contained in:
Alvaro Cánepa 2014-08-29 00:47:05 -03:00
parent d2e2e1ffff
commit 12c9efbde6
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
href="javascript:;"
data-scope-name="<?= $scope->scopeName ?>">
<span class="filter-label"><?= e($scope->label) ?>:</span>
<span class="filter-setting"><?= $scope->value ? count($scope->value) : 'all' ?></span>
<span class="filter-setting"><?= $scope->value ? count($scope->value) : e(trans('backend::lang.filter.all')) ?></span>
</a>