Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Core / Entity / Plugin / EntityReferenceSelection / DefaultSelection.php
index 218131c2cdf176fb2a93fc6b658dcde75cfb1b8b..2764866e9a4e7bdc6e8b97cf760571961668d8bb 100644 (file)
@@ -91,7 +91,7 @@ class DefaultSelection extends SelectionPluginBase implements ContainerFactoryPl
 
       $form['target_bundles'] = [
         '#type' => 'checkboxes',
-        '#title' => $this->t('Bundles'),
+        '#title' => $entity_type->getBundleLabel(),
         '#options' => $bundle_options,
         '#default_value' => (array) $configuration['target_bundles'],
         '#required' => TRUE,