use dictionary in menu heading

This commit is contained in:
Mads Rasmussen
2024-10-02 07:39:16 +02:00
parent 5f2e746015
commit 986fd44d5c

View File

@@ -14,7 +14,7 @@ export const manifests: Array<UmbExtensionManifest> = [
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.
},