diff --git a/core/modules/shortcut/src/Entity/Shortcut.php b/core/modules/shortcut/src/Entity/Shortcut.php index f59f77d1695..1a0765dc0fe 100644 --- a/core/modules/shortcut/src/Entity/Shortcut.php +++ b/core/modules/shortcut/src/Entity/Shortcut.php @@ -150,7 +150,6 @@ class Shortcut extends ContentEntityBase implements ShortcutInterface { ->setLabel(t('Path')) ->setDescription(t('The location this shortcut points to.')) ->setRequired(TRUE) - ->setTranslatable(FALSE) ->setSettings(array( 'default_value' => '', 'max_length' => 560,