diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-12-11 14:26:26 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-12-28 18:42:48 +0100 |
commit | 6e60b6ee7c3245a2cb311febcde67b666d9b6dc9 (patch) | |
tree | a03044680107c3c67255cbce823223b68e407de8 /settings/templates | |
parent | 9c4ab517353d950627f7e36d983728f0deeccde7 (diff) | |
download | nextcloud-server-6e60b6ee7c3245a2cb311febcde67b666d9b6dc9.tar.gz nextcloud-server-6e60b6ee7c3245a2cb311febcde67b666d9b6dc9.zip |
shorten quota usage wording, fix overflow on mobile, fix #21129
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 446494c934b..96d26a933be 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -58,7 +58,7 @@ <div style="width:<?php p($_['usage_relative']);?>%" <?php if($_['usage_relative'] > 80): ?> class="quota-warning" <?php endif; ?>> <p id="quotatext"> - <?php print_unescaped($l->t('You have used <strong>%s</strong> of the available <strong>%s</strong>', + <?php print_unescaped($l->t('You are using <strong>%s</strong> of <strong>%s</strong>', array($_['usage'], $_['total_space'])));?> </p> </div> |