* Modify the language item of the copy execution.

This commit is contained in:
qiyu-xie
2021-04-19 13:28:13 +08:00
parent 796bafb2ca
commit d5dcc7d68f
+1
View File
@@ -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);