diff options
| -rw-r--r-- | app/[lng]/evcp/(evcp)/materials/page.tsx (renamed from app/[lng]/evcp/(evcp)/material/page.tsx) | 0 | ||||
| -rw-r--r-- | config/menuConfig.ts | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/[lng]/evcp/(evcp)/material/page.tsx b/app/[lng]/evcp/(evcp)/materials/page.tsx index 00983a3f..00983a3f 100644 --- a/app/[lng]/evcp/(evcp)/material/page.tsx +++ b/app/[lng]/evcp/(evcp)/materials/page.tsx diff --git a/config/menuConfig.ts b/config/menuConfig.ts index 269207bc..3b9844aa 100644 --- a/config/menuConfig.ts +++ b/config/menuConfig.ts @@ -50,7 +50,7 @@ export const mainNav: MenuSection[] = [ }, { titleKey: "menu.master_data.material_master", - href: "/evcp/material", + href: "/evcp/materials", descriptionKey: "menu.master_data.material_master_desc", groupKey: "groups.basic_info" }, @@ -471,7 +471,7 @@ export const procurementNav: MenuSection[] = [ }, { titleKey: "menu.master_data.material_master", - href: "/evcp/material", + href: "/evcp/materials", descriptionKey: "menu.master_data.material_master_desc", groupKey: "groups.basic_info" }, |
