diff --git a/Models/RegionMapper.php b/Models/RegionMapper.php index ee9d4a4..7eb0589 100755 --- a/Models/RegionMapper.php +++ b/Models/RegionMapper.php @@ -502,7 +502,7 @@ class RegionMapper extends DataMapperFactory $tempStruct[$column] = 0; } - $regions = ['Other' => $tempStruct]; + $regions = ['Other' => $tempStruct]; $definitions = []; foreach ($region as $r) { diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 4a9aa13..fc5354b 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -60,12 +60,12 @@ return ['SalesAnalysis' => [ 'Regions' => 'Regions', 'Total' => 'Total', 'Type' => 'Type', - 'SalesGroup' => 'Sales Group', - 'ProductGroup' => 'Product Group', - 'Other' => 'Sonstige', - 'Europe' => 'Europa', - 'Asia' => 'Asien', - 'America' => 'Amerika', - 'Oceania' => 'Ozeanien', - 'Africa' => 'Afrika', + 'SalesGroup' => 'Sales Group', + 'ProductGroup' => 'Product Group', + 'Other' => 'Sonstige', + 'Europe' => 'Europa', + 'Asia' => 'Asien', + 'America' => 'Amerika', + 'Oceania' => 'Ozeanien', + 'Africa' => 'Afrika', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 58233f5..3fde187 100755 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -60,12 +60,12 @@ return ['SalesAnalysis' => [ 'Regions' => 'Regions', 'Total' => 'Total', 'Type' => 'Type', - 'SalesGroup' => 'Sales Group', - 'ProductGroup' => 'Product Group', - 'Other' => 'Other', - 'Europe' => 'Europe', - 'Asia' => 'Asia', - 'America' => 'America', - 'Oceania' => 'Oceania', - 'Africa' => 'Africa', + 'SalesGroup' => 'Sales Group', + 'ProductGroup' => 'Product Group', + 'Other' => 'Other', + 'Europe' => 'Europe', + 'Asia' => 'Asia', + 'America' => 'America', + 'Oceania' => 'Oceania', + 'Africa' => 'Africa', ]];