From 4f29bc8befc2bdb1b0ba42b2b8bf53cca770c96a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 26 Jul 2023 09:18:04 +0000 Subject: [PATCH] fix default respone generation --- Admin/Install/Navigation.install.json | 2 +- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index de9f698..60a116b 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -4,7 +4,7 @@ "pid": "/", "type": 2, "subtype": 1, - "name": "Asset", + "name": "Assets", "uri": "{/base}accounting/asset/list", "target": "self", "icon": null, diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 7adbe67..705e540 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' => [ - 'Asset' => 'Asset', + 'Assets' => 'Assets', 'Dashboard' => 'Dashboard', ]];