* Refactor jenkinsController::create.

This commit is contained in:
wangxuepeng
2023-12-25 09:43:02 +08:00
parent 9ba5391221
commit b904bcd23c
+1 -1
View File
@@ -47,7 +47,7 @@ class jenkins extends control
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => $this->createLink('space', 'browse')));
}
$this->view->title = $this->lang->jenkins->common . $this->lang->colon . $this->lang->jenkins->create;
$this->view->title = $this->lang->jenkins->common . $this->lang->colon . $this->lang->jenkins->create;
$this->display();
}