diff --git a/src/Plugin/Block/FacetBlockDeriver.php b/src/Plugin/Block/FacetBlockDeriver.php index e410f3d..bbc2531 100644 --- a/src/Plugin/Block/FacetBlockDeriver.php +++ b/src/Plugin/Block/FacetBlockDeriver.php @@ -70,7 +70,7 @@ class FacetBlockDeriver implements ContainerDeriverInterface { $plugin_derivatives[$machine_name] = [ 'id' => $base_plugin_id . PluginBase::DERIVATIVE_SEPARATOR . $machine_name, 'label' => $this->t('Facet: :facet', [':facet' => $facet->getName()]), - 'admin_label' => $this->t('Facet block: :facet', [':facet' => $facet->getName()]), + 'admin_label' => $facet->getName(), 'description' => $this->t('Facet'), ] + $base_plugin_definition;