summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-08-17 16:00:01 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-08-17 16:00:24 +0200
commitced234a81a89158cb21bb47833482f5a51690a86 (patch)
tree26083c8ac755a1cbc7deac1282d96e2594c9a830 /settings/templates
parent850ee93711334831fb14ff3d017eaafb3de8e93a (diff)
downloadnextcloud-server-ced234a81a89158cb21bb47833482f5a51690a86.tar.gz
nextcloud-server-ced234a81a89158cb21bb47833482f5a51690a86.zip
rename subadmin to group admin
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/users.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/users.php b/settings/templates/users.php
index 3e9faddadf2..5298237f679 100644
--- a/settings/templates/users.php
+++ b/settings/templates/users.php
@@ -77,7 +77,7 @@ var isadmin = <?php echo $_['isadmin']?'true':'false'; ?>;
<th id="headerPassword"><?php echo $l->t( 'Password' ); ?></th>
<th id="headerGroups"><?php echo $l->t( 'Groups' ); ?></th>
<?php if(is_array($_['subadmins']) || $_['subadmins']): ?>
- <th id="headerSubAdmins"><?php echo $l->t('SubAdmin'); ?></th>
+ <th id="headerSubAdmins"><?php echo $l->t('Group Admin'); ?></th>
<?php endif;?>
<th id="headerQuota"><?php echo $l->t( 'Quota' ); ?></th>
<th id="headerRemove">&nbsp;</th>
@@ -109,7 +109,7 @@ var isadmin = <?php echo $_['isadmin']?'true':'false'; ?>;
class="subadminsselect"
data-username="<?php echo $user['name'] ;?>"
data-subadmin="<?php echo $user['subadmin'] ;?>"
- data-placeholder="subadmins" title="<?php echo $l->t('SubAdmin')?>"
+ data-placeholder="subadmins" title="<?php echo $l->t('Group Admin')?>"
multiple="multiple">
<?php foreach($_["subadmingroups"] as $group): ?>
<option value="<?php echo $group;?>">