renamed assisted research to filters
This commit is contained in:
parent
1298db7da0
commit
a123f9ad15
|
@ -50,7 +50,7 @@ class MaterioSapiSearchForm extends FormBase {
|
||||||
|
|
||||||
$form['filters'] = [
|
$form['filters'] = [
|
||||||
'#type' => 'fieldset',
|
'#type' => 'fieldset',
|
||||||
'#title' => t('Assisted Search'),
|
'#title' => t('filters'),
|
||||||
'#legend_attributes' => [
|
'#legend_attributes' => [
|
||||||
"class" => ["test-attribute"],
|
"class" => ["test-attribute"],
|
||||||
'@click.prevent' => "onClickFilters",
|
'@click.prevent' => "onClickFilters",
|
||||||
|
|
Loading…
Reference in New Issue