mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-01-11 17:18:40 +00:00
fix lang import sorting
This commit is contained in:
parent
6e5ff25ed2
commit
f68c9c65af
|
|
@ -15,6 +15,7 @@ return ['Marketing' => [
|
|||
'Actual' => '',
|
||||
'Budget' => '',
|
||||
'Description' => '',
|
||||
'Due' => '',
|
||||
'End' => '',
|
||||
'Event' => '',
|
||||
'Events' => '',
|
||||
|
|
@ -29,5 +30,4 @@ return ['Marketing' => [
|
|||
'Status' => '',
|
||||
'Title' => '',
|
||||
'Type' => '',
|
||||
'Due' => '',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -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' => '',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user