This commit is contained in:
wangyidong
2021-04-08 10:45:52 +08:00
parent 7ed7497a92
commit 8a031d2ca4
2 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -78,7 +78,6 @@ $lang->resource->my->todo = 'todo';
$lang->resource->my->calendar = 'calendarAction';
$lang->resource->my->work = 'workAction';
$lang->resource->my->contribute = 'contributeAction';
$lang->resource->my->project = 'project';
$lang->resource->my->profile = 'profileAction';
$lang->resource->my->uploadAvatar = 'uploadAvatar';
$lang->resource->my->preference = 'preference';
@@ -143,6 +142,8 @@ $lang->resource->todo->batchClose = 'batchClose';
global $config;
if($config->systemMode == 'new')
{
$lang->resource->my->project = 'project';
/* Program. */
$lang->resource->program = new stdclass();
$lang->resource->program->browse = 'browse';