summaryrefslogtreecommitdiffstats
path: root/admin/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-08 14:13:11 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-08 14:13:11 +0200
commit3c01c36202008d22f67f5f45bce014a13f81a65f (patch)
treee734bac9549d859bad33798f23c93d7848fb90f4 /admin/templates
parent4b26740e9f98ab90581f513c62637c71c4bc6509 (diff)
downloadnextcloud-server-3c01c36202008d22f67f5f45bce014a13f81a65f.tar.gz
nextcloud-server-3c01c36202008d22f67f5f45bce014a13f81a65f.zip
various style fixes
Diffstat (limited to 'admin/templates')
-rw-r--r--admin/templates/users.php2
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: ?>
&nbsp;
<?php endif; ?>