From 986fd44d5cf69a217f374e3e230c8a78c32deb69 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Wed, 2 Oct 2024 07:39:16 +0200 Subject: [PATCH] use dictionary in menu heading --- .../src/packages/translation/menu/manifests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. },