diff --git a/src/Umbraco.Web.UI.Client/src/packages/translation/menu/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/translation/menu/manifests.ts index 3759c9de91..67b9c47ac6 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/translation/menu/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/translation/menu/manifests.ts @@ -14,7 +14,7 @@ export const manifests: Array = [ name: 'Translation Sidebar Menu', weight: 100, meta: { - label: '#sections_translation', + label: '#general_dictionary', // We are using dictionary here on purpose until dictionary has its own menu item. menu: UMB_TRANSLATION_MENU_ALIAS, entityType: 'dictionary-root', // hard-coded on purpose to avoid circular dependency. We need another way to add actions to a menu kind. },