Skip to content

Commit a08dafb

Browse files
committed
update menu names for example, and upload screenshots
1 parent 9edb91f commit a08dafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Areas/Admin/Controllers/ApiController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public ActionResult GetMenus()
4343
var menuLevel1 = new AppMenuViewModel()
4444
{
4545
Id = i.ToString(),
46-
Text = "Level " + i,
46+
Text = "MENU " + i,
4747
Icon = "fa fa-fw fa-users text-aqua",
4848
};
4949
menuLevel1.Url = "#" + menuLevel1.Id;

0 commit comments

Comments
 (0)