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