Skip to content

Commit 37c1cec

Browse files
chore: update ops report menu i18n key
1 parent cf350ee commit 37c1cec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/init/migration/helper/menu.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func LoadMenus() string {
122122
item[i].Children = UpsertMenuByLabel(item[i].Children, dto.ShowMenu{
123123
ID: "122",
124124
Disabled: false,
125-
Title: "xpack.user.opsReport",
125+
Title: "xpack.opsReport.name",
126126
IsShow: true,
127127
Label: "OpsReport",
128128
Path: "/enterprise/ops-report",

core/init/migration/migrations/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ var AddOpsReportMenu = &gormigrate.Migration{
11791179
newItem := dto.ShowMenu{
11801180
ID: "122",
11811181
Disabled: false,
1182-
Title: "xpack.user.opsReport",
1182+
Title: "xpack.opsReport.name",
11831183
IsShow: true,
11841184
Label: "OpsReport",
11851185
Path: "/enterprise/ops-report",

0 commit comments

Comments
 (0)