diff --git a/core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php b/core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php index 515cdd2e8f..a832cade0b 100644 --- a/core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php +++ b/core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php @@ -182,7 +182,7 @@ protected function valueForm(&$form, FormStateInterface $form_state) { $form['value'] = [ '#title' => $this->options['limit'] ? $this->formatPlural(count($vocabularies), 'Select terms from vocabulary @vocabs', 'Select terms from vocabularies @vocabs', [ - '@vocabs' => "'" . implode("', '", $this->getVocabularyLabels($vocabularies)) . "'", + '@vocabs' => "'" . implode("', '", $this->getVocabularyLabels($vocabularies)) . "'", ]) : $this->t('Select terms'), ];