Merge branch 'develop' of https://gitlab.com/witel3/loan-facilities-expert into feature/passenger_boss_design

This commit is contained in:
2023-07-11 12:06:20 +03:30
2 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@
"machinary-office": "ماشین آلات",
"passenger-boss": "رئیس مسافر",
"transportation-assistance": "معاونت حمل و نقل",
"master": "مدیر کل"
"manager": "مدیر کل"
},
"Authorization": {
"typography_your_login_is_valid_and_you_do_not_need_to_login_again": "شما دسترسی لازم به این صفحه را دارید نیاز به ورود مجدد نیست.",

View File

@@ -47,12 +47,12 @@ const sidebarMenu = [
role: "transportation-assistance",
},
{
key: "sidebar.master",
key: "sidebar.manager",
type: "page",
route: "/dashboard/master",
route: "/dashboard/manager",
icon: <DesktopWindowsIcon />,
selected: false,
role: "master",
role: "manager",
},
],
];