This commit is contained in:
zhouxudong
2022-02-15 10:45:33 +08:00
parent abf746ad62
commit bc31a203ae
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -2066,6 +2066,7 @@ class execution extends control
$this->view->allPlans = $allPlans;
$this->view->kanbanData = $kanbanData;
$this->view->executionActions = $executionActions;
$this->view->kanban = $this->lang->execution->kanban;
$this->display();
}
+1 -1
View File
@@ -201,7 +201,7 @@ js::set('hasTaskButton', $hasTaskButton);
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true"><i class="icon icon-close"></i></button>
<h4 class="modal-title"><?php echo $lang->execution->linkStoryByPlan;?></h4><?php echo '(' . $lang->execution->linkStoryByPlanTips . ')';?>
<h4 class="modal-title"><?php echo $lang->execution->linkStoryByPlan;?></h4><?php echo str_replace("$lang->executionCommon", "$kanban", $lang->execution->linkStoryByPlanTips);?>
</div>
<div class="modal-body">
<div class='input-group'>