diff --git a/module/my/lang/zh-cn.php b/module/my/lang/zh-cn.php index c218a31b51..fe057d4eaa 100644 --- a/module/my/lang/zh-cn.php +++ b/module/my/lang/zh-cn.php @@ -52,7 +52,7 @@ $lang->my->myExecutions = "我参与的阶段/冲刺/迭代"; $lang->my->name = '名称'; $lang->my->code = '代号'; $lang->my->projects = '所属项目'; -$lang->my->executions = '所属执行'; +$lang->my->executions = "所属{$lang->executionCommon}"; $lang->my->executionMenu = new stdclass(); $lang->my->executionMenu->undone = '未结束'; diff --git a/module/my/view/task.html.php b/module/my/view/task.html.php index 01ab6ec139..4698d73fe6 100644 --- a/module/my/view/task.html.php +++ b/module/my/view/task.html.php @@ -50,7 +50,6 @@ priAB);?> task->name);?> - task->project);?> my->executions);?> openedByAB);?> @@ -88,7 +87,6 @@ createLink('task', 'view', "taskID=$task->id", '', '', $task->project), $task->name, null, "style='color: $task->color' data-group='execution'");?> children)) echo '';?> - project, '');?> createLink('execution', 'task', "executionID=$task->execution", '', '', $task->project), $task->executionName, '', "data-group='execution'");?> openedBy);?>