From e03f16c953ea60e75894acdd76f8f7a37fa41e4c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 25 Jul 2019 19:18:07 -0600 Subject: [PATCH] Update groups.php --- core/groups/groups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/groups/groups.php b/core/groups/groups.php index b8b0c52416..1e177d4235 100644 --- a/core/groups/groups.php +++ b/core/groups/groups.php @@ -141,7 +141,7 @@ } $html .= " ".$text['label-group_name']."\n"; $html .= " ".$text['label-group_tools']."\n"; - $html .= " ".$text['label-order']."\n"; + $html .= " ".$text['label-level']."\n"; $html .= " ".$text['label-group_protected']."\n"; $html .= " ".$text['label-group_description']."\n"; $html .= " ";