diff --git a/core/modules/shortcut/src/Entity/Shortcut.php b/core/modules/shortcut/src/Entity/Shortcut.php
index f59f77d1695265740a1afdb0e2223f5d2ac1c43d..1a0765dc0fea05249260a594240b44a8cb250ee8 100644
--- a/core/modules/shortcut/src/Entity/Shortcut.php
+++ b/core/modules/shortcut/src/Entity/Shortcut.php
@@ -150,7 +150,6 @@ public static function baseFieldDefinitions(EntityTypeInterface $entity_type) {
       ->setLabel(t('Path'))
       ->setDescription(t('The location this shortcut points to.'))
       ->setRequired(TRUE)
-      ->setTranslatable(FALSE)
       ->setSettings(array(
         'default_value' => '',
         'max_length' => 560,