We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b046e commit 5eb35b1Copy full SHA for 5eb35b1
src/packages/translation/menu/manifests.ts
@@ -14,7 +14,7 @@ export const manifests: Array<UmbExtensionManifest> = [
14
name: 'Translation Sidebar Menu',
15
weight: 100,
16
meta: {
17
- label: '#sections_translation',
+ label: '#general_dictionary', // We are using dictionary here on purpose until dictionary has its own menu item.
18
menu: UMB_TRANSLATION_MENU_ALIAS,
19
entityType: 'dictionary-root', // hard-coded on purpose to avoid circular dependency. We need another way to add actions to a menu kind.
20
},
0 commit comments