Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / shortcut / src / Entity / Shortcut.php
index 87e2ccb91b08a343a60e0cb262f89e901fc8ef36..bba393acf16cfbfae1796528bb93d5859b152563 100644 (file)
@@ -18,6 +18,7 @@ use Drupal\shortcut\ShortcutInterface;
  * @ContentEntityType(
  *   id = "shortcut",
  *   label = @Translation("Shortcut link"),
+ *   bundle_label = @Translation("Shortcut set"),
  *   handlers = {
  *     "access" = "Drupal\shortcut\ShortcutAccessControlHandler",
  *     "form" = {