mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-13 14:28:39 +00:00
Fixing remaining bugs for route-restructure
This commit is contained in:
parent
b302aadbaf
commit
e2d780ad83
|
|
@ -13,6 +13,6 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link http://orange-management.com
|
* @link http://orange-management.com
|
||||||
*/
|
*/
|
||||||
$MODLANG['Navigation'] = [
|
return ['Navigation' => [
|
||||||
'ProjectManagement' => 'Project Management',
|
'ProjectManagement' => 'Project Management',
|
||||||
];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link http://orange-management.com
|
* @link http://orange-management.com
|
||||||
*/
|
*/
|
||||||
$MODLANG['ProjectManagement'] = [
|
return ['ProjectManagement' => [
|
||||||
'Active' => 'Active',
|
'Active' => 'Active',
|
||||||
'Budget' => 'Budget',
|
'Budget' => 'Budget',
|
||||||
'Canceled' => 'Canceled',
|
'Canceled' => 'Canceled',
|
||||||
|
|
@ -35,4 +35,4 @@ $MODLANG['ProjectManagement'] = [
|
||||||
'Status' => 'Status',
|
'Status' => 'Status',
|
||||||
'Title' => 'Title',
|
'Title' => 'Title',
|
||||||
'UserGroup' => 'User/Group',
|
'UserGroup' => 'User/Group',
|
||||||
];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user