* Modify the language item of the copy execution.
This commit is contained in:
@@ -1655,6 +1655,7 @@ class projectModel extends model
|
||||
$lang->execution->create = str_replace($lang->executionCommon, $lang->project->stage, $lang->execution->create);
|
||||
$lang->execution->name = str_replace($lang->executionCommon, $lang->project->stage, $lang->execution->name);
|
||||
$lang->execution->status = str_replace($lang->executionCommon, $lang->project->stage, $lang->execution->status);
|
||||
$lang->execution->copy = str_replace($lang->executionCommon, $lang->project->stage, $lang->execution->copy);
|
||||
}
|
||||
|
||||
$this->lang->switcherMenu = $this->getSwitcher($objectID, $this->app->rawModule, $this->app->rawMethod);
|
||||
|
||||
Reference in New Issue
Block a user