From 30f1545976203d0a9a7e0022b6b0f9a387a86d9d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 23 Sep 2023 15:51:58 +0000 Subject: [PATCH] test fixes --- Theme/Backend/Lang/de.lang.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index c797418..d63e249 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -28,4 +28,11 @@ return ['Organization' => [ 'Unit' => 'Einheit', 'UnitLogo' => 'Einheit-Logo', 'Units' => 'Einheiten', + 'LegalName' => 'Unternehmensname', + 'Address' => 'Adresse', + 'Postal' => 'Zip', + 'City' => 'Stadt', + 'Country' => 'Land', + 'MainAddress' => 'Hauptadresse', + 'IMG_alt_profile' => 'Unit Bild', ]];