From 6e60b6ee7c3245a2cb311febcde67b666d9b6dc9 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Fri, 11 Dec 2015 14:26:26 +0100 Subject: [PATCH] shorten quota usage wording, fix overflow on mobile, fix #21129 --- settings/templates/personal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- GitLab