diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index d2bec29..936c993 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "StockTaking", - "uri": "{/base}warehouse/stocktaking/list?{?}", + "uri": "{/base}/warehouse/stocktaking/list?{?}", "target": "self", "icon": null, "order": 1, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "Dashboard", - "uri": "{/base}warehouse/stocktaking/list?{?}", + "uri": "{/base}/warehouse/stocktaking/list?{?}", "target": "self", "icon": null, "order": 1, diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index 1b2fee4..19dfb46 100644 --- a/Theme/Backend/Lang/Navigation.de.lang.php +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -13,6 +13,6 @@ declare(strict_types=1); return ['Navigation' => [ - 'Budgeting' => 'Planung', + 'StockTaking' => 'Inventur', 'Dashboard' => 'Dashboard', ]]; diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index bfef040..dcce652 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', + 'StockTaking' => 'StockTaking', 'Dashboard' => 'Dashboard', ]];