* [bug#51198,done,0.5h] Remove the DevOps from version name.

This commit is contained in:
dingguodong
2024-06-17 18:24:54 +08:00
committed by 曹延义
parent b035156fa4
commit 80e688416c
-1
View File
@@ -53,7 +53,6 @@ class install extends control
$editionName = $this->config->edition === 'open' ? $this->lang->pmsName : $this->lang->{$this->config->edition . 'Name'};
if($this->config->edition === 'max') $editionName = '';
$this->view->versionName = $editionName . str_replace(array('max', 'biz', 'ipd'), '', $this->view->versionName);
$this->view->versionName = $this->lang->devopsPrefix . $this->view->versionName;
$this->lang->install->desc = $this->lang->install->desc . "\n" . $this->lang->install->devopsDesc;
}
$this->display();