From d06ea7a68a5f147db341175b3a8738bd9011685f Mon Sep 17 00:00:00 2001 From: zhaoke Date: Thu, 27 Jul 2023 15:46:01 +0800 Subject: [PATCH] * Fix notice of tree module. --- module/tree/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/tree/control.php b/module/tree/control.php index 8ea9e44dec..bd0eaecd64 100644 --- a/module/tree/control.php +++ b/module/tree/control.php @@ -310,7 +310,7 @@ class tree extends control $title = $this->lang->tree->manageHostChild; $position = array(); - $this->lang->tree->common = $this->lang->tree->manageHostGroup; + $this->lang->tree->common = $this->lang->tree->groupMaintenance; } if($this->app->tab == 'project' and strpos($viewType, 'doc') === false)