mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-17 01:38:41 +00:00
Fixing remaining bugs for route-restructure
This commit is contained in:
parent
7468b0f04a
commit
30d2cf55ba
|
|
@ -13,8 +13,8 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link http://orange-management.com
|
* @link http://orange-management.com
|
||||||
*/
|
*/
|
||||||
$MODLANG['Navigation'] = [
|
return ['Navigation' => [
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
'List' => 'List',
|
'List' => 'List',
|
||||||
'Media' => 'Media',
|
'Media' => 'Media',
|
||||||
];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link http://orange-management.com
|
* @link http://orange-management.com
|
||||||
*/
|
*/
|
||||||
$MODLANG['Media'] = [
|
return ['Media' => [
|
||||||
'Account' => 'Account',
|
'Account' => 'Account',
|
||||||
'Author' => 'Author',
|
'Author' => 'Author',
|
||||||
'Changed' => 'Changed',
|
'Changed' => 'Changed',
|
||||||
|
|
@ -33,4 +33,4 @@ $MODLANG['Media'] = [
|
||||||
'Type' => 'Type',
|
'Type' => 'Type',
|
||||||
'Upload' => 'Upload',
|
'Upload' => 'Upload',
|
||||||
'Visibility' => 'Visibility',
|
'Visibility' => 'Visibility',
|
||||||
];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user