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', ]];