From 3c3d44ce78e4d1f2104b86206d092932eb6bc382 Mon Sep 17 00:00:00 2001 From: Amirhossein Mahmoodi Date: Wed, 9 Aug 2023 16:55:40 +0330 Subject: [PATCH] fixed bug --- public/locales/fa/app.json | 2 +- src/core/data/sidebarMenu.jsx | 4 ++-- .../{machinary-expert => machinery-expert}/index.jsx | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename src/pages/dashboard/{machinary-expert => machinery-expert}/index.jsx (100%) 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