diff --git a/module/execution/lang/zh-cn.php b/module/execution/lang/zh-cn.php index 3d7ff4c33a..86c8c6d193 100644 --- a/module/execution/lang/zh-cn.php +++ b/module/execution/lang/zh-cn.php @@ -172,7 +172,7 @@ $lang->execution->cfdTypeList['task'] = "按任务查看"; $lang->execution->cfdTypeList['bug'] = "按Bug查看"; $lang->team->account = '用户'; -$lang->team->role = '角色'; +$lang->team->role = '我的角色'; $lang->team->join = '加盟日'; $lang->team->hours = '可用工时/天'; $lang->team->days = '可用工日'; diff --git a/module/my/view/execution.html.php b/module/my/view/execution.html.php index 101cd0ea50..688b790cf2 100644 --- a/module/my/view/execution.html.php +++ b/module/my/view/execution.html.php @@ -40,7 +40,7 @@ execution->begin;?> execution->end;?> statusAB;?> - team->role;?> + team->role;?> team->join;?> my->hours;?> execution->myTask;?> @@ -53,13 +53,13 @@ id));?> - systemMode == 'new'):?> + systemMode == 'new'):?> type === 'stage') echo "{$lang->project->stage} "; if($execution->type === 'sprint') echo "{$lang->executionCommon} "; if($execution->type === 'kanban') echo "{$lang->execution->kanban} "; ?> - + name, '', "title='$execution->name'");?> systemMode == 'new'):?>