mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-02-17 09:48:41 +00:00
Fixing remaining bugs for route-restructure
This commit is contained in:
parent
03e01233d7
commit
dd8133fe1a
|
|
@ -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' => [
|
||||||
'Draft' => 'Draft',
|
'Draft' => 'Draft',
|
||||||
'Inbox' => 'Inbox',
|
'Inbox' => 'Inbox',
|
||||||
'Messages' => 'Messages',
|
'Messages' => 'Messages',
|
||||||
|
|
@ -21,4 +21,4 @@ $MODLANG['Navigation'] = [
|
||||||
'Settings' => 'Settings',
|
'Settings' => 'Settings',
|
||||||
'Spam' => 'Spam',
|
'Spam' => 'Spam',
|
||||||
'Trash' => 'Trash',
|
'Trash' => 'Trash',
|
||||||
];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link http://orange-management.com
|
* @link http://orange-management.com
|
||||||
*/
|
*/
|
||||||
$MODLANG['Messages'] = [
|
return ['Messages' => [
|
||||||
'All' => 'All',
|
'All' => 'All',
|
||||||
'AverageAmount' => 'Avg. Amount',
|
'AverageAmount' => 'Avg. Amount',
|
||||||
'BCC' => 'BCC',
|
'BCC' => 'BCC',
|
||||||
|
|
@ -40,4 +40,4 @@ $MODLANG['Messages'] = [
|
||||||
'Trash' => 'Trash',
|
'Trash' => 'Trash',
|
||||||
'Week' => 'Week',
|
'Week' => 'Week',
|
||||||
'Year' => 'Year',
|
'Year' => 'Year',
|
||||||
];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user