diff --git a/core/users/users.php b/core/users/users.php
index aa227d427a..738cb2ae20 100644
--- a/core/users/users.php
+++ b/core/users/users.php
@@ -150,7 +150,7 @@ echo "
\n";
echo " | \n";
echo th_order_by('username', $text['label-username'], $order_by, $order);
- echo "| ".$text['label-groups']." | \n";
+ echo "".$text['label-group']." | \n";
echo "".$text['label-enabled']." | \n";
echo "";
if (permission_exists('user_add')) {
|