소스 검색

renamed assisted research to filters

bach 3 년 전
부모
커밋
a123f9ad15
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/modules/custom/materio_sapi/src/Form/MaterioSapiSearchForm.php

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