diff --git a/module/block/view/flowchart.html.php b/module/block/view/flowchart.html.php index 6054118c1a..031dfbb2d4 100644 --- a/module/block/view/flowchart.html.php +++ b/module/block/view/flowchart.html.php @@ -18,7 +18,7 @@ .flow-item > div:after {left: auto; right: -10px; z-index: 2} .flow-item > div > span {display: flow-root; overflow: hidden;} .ie-8 .flow-item > div {margin-right: 10px} -.flow-item-0 > div {color: #838A9D; font-weight: bold; padding-left: 0;} +.flow-item-0 > div {color: #3C4353; font-weight: bold; padding-left: 0;} .flow-item-0 > div:before {display: none} .flow-item-1 > div {background: #E3F2FD} .flow-item-1 > div:after {border-left-color: #E3F2FD} diff --git a/module/execution/lang/en.php b/module/execution/lang/en.php index c1069f6169..974f83bd58 100644 --- a/module/execution/lang/en.php +++ b/module/execution/lang/en.php @@ -133,6 +133,7 @@ $lang->execution->sortColumn = 'Kanban Card Sorting'; $lang->execution->batchCreateStory = "Batch create {$lang->SRCommon}"; $lang->execution->batchCreateTask = 'Batch create task'; $lang->execution->kanbanNoLinkProduct = "Kanban not linked {$lang->productCommon}"; +$lang->execution->myTask = "My Task"; /* Fields of zt_team. */ $lang->execution->root = 'Root'; diff --git a/module/execution/lang/zh-cn.php b/module/execution/lang/zh-cn.php index b026756280..f631f9ac0d 100644 --- a/module/execution/lang/zh-cn.php +++ b/module/execution/lang/zh-cn.php @@ -133,6 +133,7 @@ $lang->execution->sortColumn = '看板列卡片排序'; $lang->execution->batchCreateStory = "批量新建{$lang->SRCommon}"; $lang->execution->batchCreateTask = '批量建任务'; $lang->execution->kanbanNoLinkProduct = "看板没有关联{$lang->productCommon}"; +$lang->execution->myTask = "我的任务"; /* Fields of zt_team. */ $lang->execution->root = '源ID'; diff --git a/module/my/view/execution.html.php b/module/my/view/execution.html.php index ad1ecd3131..101cd0ea50 100644 --- a/module/my/view/execution.html.php +++ b/module/my/view/execution.html.php @@ -43,7 +43,7 @@