From a79abdfe0974e209a8e280f2bc5c35c8f163993c 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 624f792..1b0b7b9 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' => [ - 'Balance' => '', - 'Dashboard' => '', + 'Balance' => 'Bilanz', + 'Dashboard' => 'Dashboard', ]];