From 0d7495f5772e4f5cc3ff9fbc1d66a7c61c6dfe6a Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Mon, 8 Feb 2021 22:02:25 +0000 Subject: [PATCH] Automated formatting changes --- Theme/Backend/Lang/de.lang.php | 30 +++++++++++++++--------------- Theme/Backend/Lang/en.lang.php | 30 +++++++++++++++--------------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index c0bc8af..e99ddd4 100644 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -12,20 +12,20 @@ declare(strict_types=1); return ['Contact' => [ - 'Address' => '', + 'Address' => '', 'Addresses' => '', - 'City' => '', - 'Contact' => '', - 'Contacts' => '', - 'Country' => '', - 'Email' => '', - 'FAO' => '', - 'Fax' => '', - 'Name' => '', - 'Office' => '', - 'Phone' => '', - 'Private' => '', - 'Province' => '', - 'State' => '', - 'Zip' => '', + 'City' => '', + 'Contact' => '', + 'Contacts' => '', + 'Country' => '', + 'Email' => '', + 'FAO' => '', + 'Fax' => '', + 'Name' => '', + 'Office' => '', + 'Phone' => '', + 'Private' => '', + 'Province' => '', + 'State' => '', + 'Zip' => '', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 349dc86..3baabc8 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -12,20 +12,20 @@ declare(strict_types=1); return ['Contact' => [ - 'Address' => 'Address', + 'Address' => 'Address', 'Addresses' => 'Addresses', - 'City' => 'City', - 'Contact' => 'Contact', - 'Contacts' => 'Contacts', - 'Country' => 'Country', - 'Email' => 'Email', - 'FAO' => 'FAO', - 'Fax' => 'Fax', - 'Name' => 'Name', - 'Office' => 'Office', - 'Phone' => 'Phone', - 'Private' => 'Private', - 'Province' => 'Province', - 'State' => 'State', - 'Zip' => 'Zip', + 'City' => 'City', + 'Contact' => 'Contact', + 'Contacts' => 'Contacts', + 'Country' => 'Country', + 'Email' => 'Email', + 'FAO' => 'FAO', + 'Fax' => 'Fax', + 'Name' => 'Name', + 'Office' => 'Office', + 'Phone' => 'Phone', + 'Private' => 'Private', + 'Province' => 'Province', + 'State' => 'State', + 'Zip' => 'Zip', ]];