From 6c6357fdd0f789abbda7385d1705d2adc229f909 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 12 Oct 2023 22:49:20 +0000 Subject: [PATCH] todos fixed --- Theme/Backend/Lang/Navigation.de.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index c27875c..2342b6a 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' => [ - 'Assets' => '', - 'Dashboard' => '', + 'Assets' => 'Anlagegüter', + 'Dashboard' => 'Dashboard', ]];