Skip to content
Snippets Groups Projects
Commit f57e77fe authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #21149 from owncloud/quota-wording

shorten quota usage wording, fix overflow on mobile, fix #21129
parents 9392a555 6e60b6ee
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment