mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-02-15 07:48:41 +00:00
Fixing remaining bugs for route-restructure
This commit is contained in:
parent
f2c275094b
commit
7cce129743
|
|
@ -13,7 +13,7 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link http://orange-management.com
|
* @link http://orange-management.com
|
||||||
*/
|
*/
|
||||||
$MODLANG['Support'] = [
|
return ['Support' => [
|
||||||
'Account' => 'Account',
|
'Account' => 'Account',
|
||||||
'All' => 'All',
|
'All' => 'All',
|
||||||
'AverageProcessTime' => 'Avg. Process Time',
|
'AverageProcessTime' => 'Avg. Process Time',
|
||||||
|
|
@ -57,4 +57,4 @@ $MODLANG['Support'] = [
|
||||||
'Type' => 'Type',
|
'Type' => 'Type',
|
||||||
'Week' => 'Week',
|
'Week' => 'Week',
|
||||||
'Year' => 'Year',
|
'Year' => 'Year',
|
||||||
];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link http://orange-management.com
|
* @link http://orange-management.com
|
||||||
*/
|
*/
|
||||||
$MODLANG['Navigation'] = [
|
return ['Navigation' => [
|
||||||
'Support' => 'Support',
|
'Support' => 'Support',
|
||||||
'Ticket' => 'Ticket',
|
'Ticket' => 'Ticket',
|
||||||
];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user