diff options
author | Kamil Domanski <kdomanski@kdemail.net> | 2011-06-20 18:51:06 +0200 |
---|---|---|
committer | Kamil Domanski <kdomanski@kdemail.net> | 2011-06-20 20:45:42 +0200 |
commit | 0f0d37b85cfd3aea57c1d54ff005d881b55af304 (patch) | |
tree | afa387291849ce552b2e09f376623fe45c83e8d5 /admin | |
parent | 91c37bbb7642b996e4c386b3033cca02831371ef (diff) | |
download | nextcloud-server-0f0d37b85cfd3aea57c1d54ff005d881b55af304.tar.gz nextcloud-server-0f0d37b85cfd3aea57c1d54ff005d881b55af304.zip |
fixed minor string omission
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> |