From a436ed1c8e44f544b7ab95c48afb1280102fce3a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 15 Mar 2024 20:24:38 +0000 Subject: [PATCH] code fixes --- Controller/BackendController.php | 1 + Theme/Backend/Lang/de.lang.php | 4 ++-- Theme/Backend/Lang/en.lang.php | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 664f53c..0383fe8 100644 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -48,6 +48,7 @@ final class BackendController extends Controller $view->setTemplate('/Modules/BudgetManagement/Theme/Backend/budgeting-dashboard'); $view->data['nav'] = $this->app->moduleManager->get('Navigation')->createNavigationMid(1004601001, $request, $response); + /** @var \Modules\Attribute\Models\AttributeType[] $result */ $result = ItemAttributeTypeMapper::getAll() ->with('l11n') ->with('defaults') diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 445b650..c5c5c27 100644 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -16,6 +16,6 @@ return ['BudgetManagement' => [ 'Segments' => 'Segmente', 'Customers' => 'Kunden', 'Monthly' => 'Monatlich', - 'Category' => 'Kategorie', - 'Total' => 'Gesamt', + 'Category' => 'Kategorie', + 'Total' => 'Gesamt', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index b08e282..f340319 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -16,6 +16,6 @@ return ['BudgetManagement' => [ 'Segments' => 'Segments', 'Customers' => 'Customers', 'Monthly' => 'Monthly', - 'Category' => 'Category', - 'Total' => 'Total', + 'Category' => 'Category', + 'Total' => 'Total', ]];