diff --git a/admin/templates/users.php b/admin/templates/users.php
index c6ee57a61d501ca4bb382ae6f241f520427b7cb7..0c26fd3bdf48a23f69f5a2623b38243ab6a13194 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>