diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 47a1400..704ecbe 100644 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -12,22 +12,22 @@ declare(strict_types=1); return ['Marketing' => [ - 'Actual' => '', - 'Budget' => '', + 'Actual' => '', + 'Budget' => '', 'Description' => '', - 'End' => '', - 'Event' => '', - 'Events' => '', - 'Expenses' => '', - 'Limit' => '', - 'Location' => '', - 'Name' => '', - 'Promotion' => '', - 'Promotions' => '', - 'Sales' => '', - 'Start' => '', - 'Status' => '', - 'Title' => '', - 'Type' => '', - 'Due' => '', + 'End' => '', + 'Event' => '', + 'Events' => '', + 'Expenses' => '', + 'Limit' => '', + 'Location' => '', + 'Name' => '', + 'Promotion' => '', + 'Promotions' => '', + 'Sales' => '', + 'Start' => '', + 'Status' => '', + 'Title' => '', + 'Type' => '', + 'Due' => '', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index d467e44..f5c3fd5 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -12,22 +12,22 @@ declare(strict_types=1); return ['Marketing' => [ - 'Actual' => 'Actual', - 'Budget' => 'Budget', + 'Actual' => 'Actual', + 'Budget' => 'Budget', 'Description' => 'Description', - 'End' => 'End', - 'Event' => 'Event', - 'Events' => 'Events', - 'Expenses' => 'Expenses', - 'Limit' => 'Limit', - 'Location' => 'Location', - 'Name' => 'Name', - 'Promotion' => 'Promotion', - 'Promotions' => 'Promotions', - 'Sales' => 'Sales', - 'Start' => 'Start', - 'Status' => 'Status', - 'Title' => 'Title', - 'Type' => 'Type', - 'Due' => '', + 'End' => 'End', + 'Event' => 'Event', + 'Events' => 'Events', + 'Expenses' => 'Expenses', + 'Limit' => 'Limit', + 'Location' => 'Location', + 'Name' => 'Name', + 'Promotion' => 'Promotion', + 'Promotions' => 'Promotions', + 'Sales' => 'Sales', + 'Start' => 'Start', + 'Status' => 'Status', + 'Title' => 'Title', + 'Type' => 'Type', + 'Due' => '', ]];