diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/templates/users.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/templates/users.php b/admin/templates/users.php index c6ee57a61d5..0c26fd3bdf4 100644 --- a/admin/templates/users.php +++ b/admin/templates/users.php @@ -4,7 +4,7 @@ <thead> <tr> <th><?php echo $l->t( 'Name' ); ?></th> - <th>Groups</th> + <th><?php echo $l->t( 'Groups' ); ?></th> <th></th> </tr> </thead> |