mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
change technical expression 'Quota' to simpler 'Storage'
This commit is contained in:
parent
f0893fb8fe
commit
4acb2f70e1
1 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ var isadmin = <?php echo $_['isadmin']?'true':'false'; ?>;
|
|||
</select> <input type="submit" value="<?php echo $l->t('Create')?>" />
|
||||
</form>
|
||||
<div class="quota">
|
||||
<span><?php echo $l->t('Default Quota');?>:</span>
|
||||
<span><?php echo $l->t('Default Storage');?></span>
|
||||
<div class="quota-select-wrapper">
|
||||
<?php if((bool) $_['isadmin']): ?>
|
||||
<select class='quota'>
|
||||
|
|
@ -79,7 +79,7 @@ var isadmin = <?php echo $_['isadmin']?'true':'false'; ?>;
|
|||
<?php if(is_array($_['subadmins']) || $_['subadmins']): ?>
|
||||
<th id="headerSubAdmins"><?php echo $l->t('Group Admin'); ?></th>
|
||||
<?php endif;?>
|
||||
<th id="headerQuota"><?php echo $l->t( 'Quota' ); ?></th>
|
||||
<th id="headerQuota"><?php echo $l->t('Storage'); ?></th>
|
||||
<th id="headerRemove"> </th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -151,4 +151,4 @@ var isadmin = <?php echo $_['isadmin']?'true':'false'; ?>;
|
|||
</tr>
|
||||
<?php endforeach; ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Reference in a new issue