Use translations instead of direct English word.
This commit is contained in:
parent
d2e2e1ffff
commit
12c9efbde6
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue