fix lang import sorting

This commit is contained in:
Dennis Eichhorn 2021-02-12 18:37:23 +01:00
parent 6e5ff25ed2
commit f68c9c65af
2 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,7 @@ return ['Marketing' => [
'Actual' => '', 'Actual' => '',
'Budget' => '', 'Budget' => '',
'Description' => '', 'Description' => '',
'Due' => '',
'End' => '', 'End' => '',
'Event' => '', 'Event' => '',
'Events' => '', 'Events' => '',
@ -29,5 +30,4 @@ return ['Marketing' => [
'Status' => '', 'Status' => '',
'Title' => '', 'Title' => '',
'Type' => '', 'Type' => '',
'Due' => '',
]]; ]];

View File

@ -15,6 +15,7 @@ return ['Marketing' => [
'Actual' => 'Actual', 'Actual' => 'Actual',
'Budget' => 'Budget', 'Budget' => 'Budget',
'Description' => 'Description', 'Description' => 'Description',
'Due' => '',
'End' => 'End', 'End' => 'End',
'Event' => 'Event', 'Event' => 'Event',
'Events' => 'Events', 'Events' => 'Events',
@ -29,5 +30,4 @@ return ['Marketing' => [
'Status' => 'Status', 'Status' => 'Status',
'Title' => 'Title', 'Title' => 'Title',
'Type' => 'Type', 'Type' => 'Type',
'Due' => '',
]]; ]];