diff --git a/core/modules/path/src/Form/PathFilterForm.php b/core/modules/path/src/Form/PathFilterForm.php index 98bd95263606fde4cda9a157d839b40c9faaa099..52b0ffbb9446a0cf5e3121b2a5799abc909163fa 100644 --- a/core/modules/path/src/Form/PathFilterForm.php +++ b/core/modules/path/src/Form/PathFilterForm.php @@ -32,7 +32,7 @@ public function buildForm(array $form, FormStateInterface $form_state, $keys = N ]; $form['basic']['filter'] = [ '#type' => 'search', - '#title' => 'Path alias', + '#title' => $this->t('Path alias'), '#title_display' => 'invisible', '#default_value' => $keys, '#maxlength' => 128,