From 9950bc0248ee661f0625ecb1342d0f0cddeceafd Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 23 Jun 2023 14:27:14 +0000 Subject: [PATCH] loan/investment/fleetmgmt fixes --- Admin/Install/Navigation.install.json | 6 +++--- Theme/Backend/Lang/Navigation.en.lang.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 8cfeb9d..8ae752e 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Labeling", - "uri": "{/base}warehouse/labeling/dashboard?{?}", + "uri": "{/base}warehouse/labeling/list?{?}", "target": "self", "icon": null, "order": 1, @@ -18,8 +18,8 @@ "pid": "/warehouse/labeling", "type": 3, "subtype": 1, - "name": "Dashboard", - "uri": "{/base}warehouse/labeling/dashboard?{?}", + "name": "List", + "uri": "{/base}warehouse/labeling/list?{?}", "target": "self", "icon": null, "order": 1, diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 7fbd54c..6924ba2 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -13,6 +13,6 @@ declare(strict_types=1); return ['Navigation' => [ - 'Budgeting' => 'Budgeting', - 'Dashboard' => 'Dashboard', + 'Labeling' => 'Labeling', + 'List' => 'List', ]];