Skip to content

Commit 5eb35b1

Browse files
committed
use dictionary in menu heading
1 parent 01b046e commit 5eb35b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/translation/menu/manifests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const manifests: Array<UmbExtensionManifest> = [
1414
name: 'Translation Sidebar Menu',
1515
weight: 100,
1616
meta: {
17-
label: '#sections_translation',
17+
label: '#general_dictionary', // We are using dictionary here on purpose until dictionary has its own menu item.
1818
menu: UMB_TRANSLATION_MENU_ALIAS,
1919
entityType: 'dictionary-root', // hard-coded on purpose to avoid circular dependency. We need another way to add actions to a menu kind.
2020
},

0 commit comments

Comments
 (0)