From c32c4432af27b5288d63a3c5d4e74518eee311af Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 23 Sep 2023 15:51:59 +0000 Subject: [PATCH] test fixes --- Theme/Backend/Lang/de.lang.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index c851974..f9c0794 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -13,6 +13,7 @@ declare(strict_types=1); return ['SupplierManagement' => [ + 'AttributeTypes' => 'Attributetypen', 'Accounting' => 'Buchhaltung', 'Addition' => 'Zusatz', 'Address' => 'Adresse', @@ -100,4 +101,5 @@ return ['SupplierManagement' => [ 'Wire' => 'Kabel', 'YTDSales' => 'Ytd Sales.', 'Zip' => 'Reißverschluss', + 'IMG_alt_map' => 'Karte', ]];