From c33839517bec30977e9abdbb0765e4b00357e289 Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole <catch@35733.no-reply.drupal.org> Date: Mon, 22 Jan 2018 16:17:02 +0000 Subject: [PATCH] Issue #2936641 by alokvermaei: 'Path alias' in PathFilterForm.php is not translated --- core/modules/path/src/Form/PathFilterForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/path/src/Form/PathFilterForm.php b/core/modules/path/src/Form/PathFilterForm.php index 98bd95263606..52b0ffbb9446 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, -- GitLab