* [bug#51198,done,0.5h] Remove the DevOps from version name.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user