aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-12-29 16:33:24 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-12-29 16:33:24 +0100
commitf57e77fe05da5ef25d017a58755688702992631b (patch)
tree33faa94b8abe0e03f6a507d611de49e7e89efb79
parent9392a555aeaf2aed2864d7219cf88278561b9c6f (diff)
parent6e60b6ee7c3245a2cb311febcde67b666d9b6dc9 (diff)
downloadnextcloud-server-f57e77fe05da5ef25d017a58755688702992631b.tar.gz
nextcloud-server-f57e77fe05da5ef25d017a58755688702992631b.zip
Merge pull request #21149 from owncloud/quota-wording
shorten quota usage wording, fix overflow on mobile, fix #21129
-rw-r--r--settings/templates/personal.php2
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>