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 9edb91f commit a08dafbCopy full SHA for a08dafb
app/Areas/Admin/Controllers/ApiController.cs
@@ -43,7 +43,7 @@ public ActionResult GetMenus()
43
var menuLevel1 = new AppMenuViewModel()
44
{
45
Id = i.ToString(),
46
- Text = "Level " + i,
+ Text = "MENU " + i,
47
Icon = "fa fa-fw fa-users text-aqua",
48
};
49
menuLevel1.Url = "#" + menuLevel1.Id;
0 commit comments