* Adjust code .

This commit is contained in:
guofeilong
2023-03-08 14:28:35 +08:00
parent 911099de25
commit 87e3587db5
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -389,7 +389,7 @@ class group extends control
*/
public function editManagePriv()
{
$this->view->title = $this->lang->group->permissionedit;
$this->view->title = $this->lang->group->editManagePriv;
$this->view->projectType = 'bylist';
$this->display();
}