Skip to content

Commit 21b83f7

Browse files
committed
Improve the management page UI for the demo host
1 parent 8fe7965 commit 21b83f7

File tree

1 file changed

+2
-2
lines changed
  • host/EasyAbp.FileManagement.Web.Unified/Pages/MyFiles

1 file changed

+2
-2
lines changed

host/EasyAbp.FileManagement.Web.Unified/Pages/MyFiles/Index.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
@inject ICurrentUser CurrentUser
1212

1313
@{
14-
PageLayout.Content.Title = L["File"].Value;
15-
PageLayout.Content.BreadCrumb.Add(L["Menu:File"].Value);
14+
PageLayout.Content.Title = L["Menu:File"].Value;
15+
PageLayout.Content.BreadCrumb.Add(L["Menu:FileManagement"].Value);
1616
PageLayout.Content.MenuItemName = "FileManagementFile";
1717

1818
const string fileContainerName = "default";

0 commit comments

Comments
 (0)