diff --git a/public/locales/fa/app.json b/public/locales/fa/app.json index b8c753e..0e83399 100644 --- a/public/locales/fa/app.json +++ b/public/locales/fa/app.json @@ -28,7 +28,7 @@ "sidebar": { "dashboard": "داشبورد", "passenger-office-chief": "اداره مسافر", - "machinary-expert": "ماشین آلات", + "machinery-expert": "ماشین آلات", "passenger-boss": "رئیس مسافر ", "transportation-assistant": "معاونت حمل و نقل", "province-manager": "مدیر کل استانی", diff --git a/src/core/data/sidebarMenu.jsx b/src/core/data/sidebarMenu.jsx index 352b424..f380085 100644 --- a/src/core/data/sidebarMenu.jsx +++ b/src/core/data/sidebarMenu.jsx @@ -25,9 +25,9 @@ const sidebarMenu = [ role: "passenger_office_chief", }, { - key: "sidebar.machinary-expert", + key: "sidebar.machinery-expert", type: "page", - route: "/dashboard/machinary-expert", + route: "/dashboard/machinery-expert", icon: , selected: false, role: "machinery_expert", diff --git a/src/pages/dashboard/machinary-expert/index.jsx b/src/pages/dashboard/machinery-expert/index.jsx similarity index 100% rename from src/pages/dashboard/machinary-expert/index.jsx rename to src/pages/dashboard/machinery-expert/index.jsx