From 3e1d6c20e20e6e48447d0accbfebe520b86a8ba2 Mon Sep 17 00:00:00 2001 From: Francesco Placella <plach@183211.no-reply.drupal.org> Date: Fri, 13 Apr 2018 14:51:51 +0200 Subject: [PATCH] Issue #2956067 by neeraprajapati, nkoporec, bhanuprakashnani, kari.kaariainen, alexpott, swels: Change "Terms language" label to "Term language" in the Vocabulary default form --- core/modules/taxonomy/src/VocabularyForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/taxonomy/src/VocabularyForm.php b/core/modules/taxonomy/src/VocabularyForm.php index 23e911b9a8f6..42162caa563e 100644 --- a/core/modules/taxonomy/src/VocabularyForm.php +++ b/core/modules/taxonomy/src/VocabularyForm.php @@ -89,7 +89,7 @@ public function form(array $form, FormStateInterface $form_state) { if ($this->moduleHandler->moduleExists('language')) { $form['default_terms_language'] = [ '#type' => 'details', - '#title' => $this->t('Terms language'), + '#title' => $this->t('Term language'), '#open' => TRUE, ]; $form['default_terms_language']['default_language'] = [ -- GitLab