* Finish task#44797

This commit is contained in:
zenggang
2021-11-24 09:25:20 +00:00
parent 9b13921ed4
commit 9a614a1827
+1 -1
View File
@@ -75,7 +75,7 @@ class gitlab extends control
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => inlink('browse')));
}
$this->view->title = $this->lang->gitlab->common . $this->lang->colon . $this->lang->gitlab->create;
$this->view->title = $this->lang->gitlab->common . $this->lang->colon . $this->lang->gitlab->lblCreate;
$this->display();
}