diff --git a/html/cgi-bin/fwhosts.cgi b/html/cgi-bin/fwhosts.cgi
index a5c93940f..67e8dc827 100644
--- a/html/cgi-bin/fwhosts.cgi
+++ b/html/cgi-bin/fwhosts.cgi
@@ -1680,7 +1680,7 @@ sub viewtablegrp
print"
";
}
print"";
- print"| Name | $Lang::tr{'fwhost ip_mac'} | $Lang::tr{'fwhost type'} | |
";
+ print"| $Lang::tr{'name'} | $Lang::tr{'fwhost ip_mac'} | $Lang::tr{'fwhost type'} | |
";
}
my $col='';
if ( ($fwhostsettings{'ACTION'} eq 'editgrp' || $fwhostsettings{'update'} ne '') && $fwhostsettings{'grp_name'} eq $customgrp{$key}[0]) {