diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-08 14:13:11 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-08 14:13:11 +0200 |
commit | 3c01c36202008d22f67f5f45bce014a13f81a65f (patch) | |
tree | e734bac9549d859bad33798f23c93d7848fb90f4 /admin/templates | |
parent | 4b26740e9f98ab90581f513c62637c71c4bc6509 (diff) | |
download | nextcloud-server-3c01c36202008d22f67f5f45bce014a13f81a65f.tar.gz nextcloud-server-3c01c36202008d22f67f5f45bce014a13f81a65f.zip |
various style fixes
Diffstat (limited to 'admin/templates')
-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 c16270edbf4..fbb0fe79f39 100644 --- a/admin/templates/users.php +++ b/admin/templates/users.php @@ -56,7 +56,7 @@ <td><?php echo $group["name"] ?></td> <td> <?php if( $group["name"] != "admin" ): ?> - <input type="submit" class="removegroupbutton" value="<?php echo $l->t( 'remove' ); ?>" /> + <input type="submit" class="removegroupbutton" value="<?php echo $l->t( 'Remove' ); ?>" /> <?php else: ?> <?php endif; ?> |