Browse Source

renamed assisted research to filters

bach 3 years ago
parent
commit
a123f9ad15

+ 1 - 1
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",