Skip to content

Commit

Permalink
Translate search all label
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesegrits committed Jul 20, 2016
1 parent 1ae3f54 commit e630310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_fabrik/models/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -6283,7 +6283,7 @@ protected function &makeFilters($container = 'listform_1', $type = 'list', $id =
$requestKey = $this->getFilterModel()->getSearchAllRequestKey();
$v = $this->getFilterModel()->getSearchAllValue('html');
$o = new stdClass;
$searchLabel = $params->get('search-all-label', FText::_('COM_FABRIK_SEARCH'));
$searchLabel = FText::_($params->get('search-all-label', 'COM_FABRIK_SEARCH'));
$class = FabrikWorker::j3() ? 'fabrik_filter search-query input-medium' : 'fabrik_filter';
$o->id = 'searchall_' . $this->getRenderContext();
$o->displayValue = '';
Expand Down

0 comments on commit e630310

Please sign in to comment.