From dd36b290280575f2b9b5b394c1007d6ea6c3d20c Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Sat, 21 Jun 2014 19:54:47 +0000 Subject: [PATCH] User Manager: Changed Groups to Group in column heading. --- core/users/users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) {