瀏覽代碼

Update groups.php

FusionPBX 6 年之前
父節點
當前提交
b10d2ce318
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/groups/groups.php

+ 1 - 1
core/groups/groups.php

@@ -141,7 +141,7 @@
 	}
 	}
 	$html .= "	<th nowrap='nowrap'>".$text['label-group_name']."</th>\n";
 	$html .= "	<th nowrap='nowrap'>".$text['label-group_name']."</th>\n";
 	$html .= "	<th nowrap='nowrap'>".$text['label-group_tools']."</th>\n";
 	$html .= "	<th nowrap='nowrap'>".$text['label-group_tools']."</th>\n";
-	$html .= "	<th nowrap='nowrap'>".$text['label-order']."</th>\n";
+	$html .= "	<th nowrap='nowrap'>".$text['label-level']."</th>\n";
 	$html .= "	<th style='text-align: center;' nowrap='nowrap'>".$text['label-group_protected']."</th>\n";
 	$html .= "	<th style='text-align: center;' nowrap='nowrap'>".$text['label-group_protected']."</th>\n";
 	$html .= "	<th nowrap='nowrap'>".$text['label-group_description']."</th>\n";
 	$html .= "	<th nowrap='nowrap'>".$text['label-group_description']."</th>\n";
 	$html .= "	<td class='list_control_icons' style='width: 25px;'>";
 	$html .= "	<td class='list_control_icons' style='width: 25px;'>";