Merge branch 'develop' of https://gitlab.com/witel3/loan-facilities-expert into feature/passenger_boss_design
This commit is contained in:
@@ -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": "شما دسترسی لازم به این صفحه را دارید نیاز به ورود مجدد نیست.",
|
||||
|
||||
@@ -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",
|
||||
},
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user