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 .= " ";
|