diff --git a/web/modules/custom/materio_sapi/src/Form/MaterioSapiSearchForm.php b/web/modules/custom/materio_sapi/src/Form/MaterioSapiSearchForm.php index e69b3391..6ba6340e 100644 --- a/web/modules/custom/materio_sapi/src/Form/MaterioSapiSearchForm.php +++ b/web/modules/custom/materio_sapi/src/Form/MaterioSapiSearchForm.php @@ -50,7 +50,7 @@ class MaterioSapiSearchForm extends FormBase { $form['filters'] = [ '#type' => 'fieldset', - '#title' => t('Assisted Search'), + '#title' => t('filters'), '#legend_attributes' => [ "class" => ["test-attribute"], '@click.prevent' => "onClickFilters",