Skip to content

Commit 5580f80

Browse files
author
Maarten Mensink
committed
fix incorrect camelcasing
closes #11752
1 parent 5d2c950 commit 5580f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.BackOffice/Trees/ContentTypeTreeController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ protected override ActionResult<MenuItemCollection> GetMenuForNode(string id, Fo
118118

119119
// root actions
120120
menu.Items.Add<ActionNew>(LocalizedTextService, opensDialog: true);
121-
menu.Items.Add(new MenuItem("importDocumentType", LocalizedTextService)
121+
menu.Items.Add(new MenuItem("importdocumenttype", LocalizedTextService)
122122
{
123123
Icon = "page-up",
124124
SeparatorBefore = true,

0 commit comments

Comments
 (0)