X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fpath%2Fsrc%2FForm%2FPathFilterForm.php;h=52b0ffbb9446a0cf5e3121b2a5799abc909163fa;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=f7829061ecb3b87de66f4a784cdb9dfe094e846d;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/path/src/Form/PathFilterForm.php b/web/core/modules/path/src/Form/PathFilterForm.php index f7829061e..52b0ffbb9 100644 --- a/web/core/modules/path/src/Form/PathFilterForm.php +++ b/web/core/modules/path/src/Form/PathFilterForm.php @@ -7,6 +7,8 @@ use Drupal\Core\Form\FormStateInterface; /** * Provides the path admin overview filter form. + * + * @internal */ class PathFilterForm extends FormBase { @@ -30,7 +32,7 @@ class PathFilterForm extends FormBase { ]; $form['basic']['filter'] = [ '#type' => 'search', - '#title' => 'Path alias', + '#title' => $this->t('Path alias'), '#title_display' => 'invisible', '#default_value' => $keys, '#maxlength' => 128,