* Modify language item.

This commit is contained in:
tianshujie
2021-10-08 13:58:22 +08:00
parent 33ec8312e3
commit 07bbef9251
+1 -1
View File
@@ -221,7 +221,7 @@ class company extends control
/* Get executions' list.*/
$executions = $this->loadModel('execution')->getPairs(0, 'all', 'nocode');
$executions = array($this->lang->company->execution) + $executions;
$executions = array($this->lang->execution->common) + $executions;
$this->view->executions = $executions;
/* Set account and get users.*/