summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2012-12-14 23:02:22 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2012-12-14 23:02:22 +0100
commit4acb2f70e16b4510577b7344de5c7b6fd1bca035 (patch)
tree40af7b982544ec301c9416c4fbf0e3fac1f7bfeb /settings
parentf0893fb8fe7f0642ae30de2e1168472377c127e2 (diff)
downloadnextcloud-server-4acb2f70e16b4510577b7344de5c7b6fd1bca035.tar.gz
nextcloud-server-4acb2f70e16b4510577b7344de5c7b6fd1bca035.zip
change technical expression 'Quota' to simpler 'Storage'
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/users.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/settings/templates/users.php b/settings/templates/users.php
index de7e50da8f3..4328bb459b1 100644
--- a/settings/templates/users.php
+++ b/settings/templates/users.php
@@ -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">&nbsp;</th>
</tr>
</thead>
@@ -151,4 +151,4 @@ var isadmin = <?php echo $_['isadmin']?'true':'false'; ?>;
</tr>
<?php endforeach; ?>
</tbody>
-</table> \ No newline at end of file
+</table>