This commit is contained in:
@@ -180,7 +180,7 @@ export default function initialize() {
|
||||
|
||||
//CUSTOMERS subitem
|
||||
sub.push({
|
||||
title: t("ClientList"),
|
||||
title: t("CustomerList"),
|
||||
icon: "fa-address-card",
|
||||
route: "/cust-customers",
|
||||
key: key++
|
||||
@@ -196,7 +196,7 @@ export default function initialize() {
|
||||
|
||||
// ** CUSTOMER (TOP)
|
||||
addNavItem(
|
||||
t("ClientList"),
|
||||
t("CustomerList"),
|
||||
"fa-address-book",
|
||||
undefined,
|
||||
sub,
|
||||
|
||||
Reference in New Issue
Block a user