]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixed minor string omission
authorKamil Domanski <kdomanski@kdemail.net>
Mon, 20 Jun 2011 16:51:06 +0000 (18:51 +0200)
committerKamil Domanski <kdomanski@kdemail.net>
Mon, 20 Jun 2011 18:45:42 +0000 (20:45 +0200)
admin/templates/users.php

index c6ee57a61d501ca4bb382ae6f241f520427b7cb7..0c26fd3bdf48a23f69f5a2623b38243ab6a13194 100644 (file)
@@ -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>