]> source.dussan.org Git - nextcloud-server.git/commitdiff
change technical expression 'Quota' to simpler 'Storage'
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 14 Dec 2012 22:02:22 +0000 (23:02 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 14 Dec 2012 22:02:22 +0000 (23:02 +0100)
settings/templates/users.php

index de7e50da8f3d42ed7d4d242200cae700cc7ebab2..4328bb459b13d90011dd53a794094bbcb7e4f9f1 100644 (file)
@@ -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>