Skip to content
Snippets Groups Projects
Commit 6e60b6ee authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

shorten quota usage wording, fix overflow on mobile, fix #21129

parent 9c4ab517
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<div style="width:<?php p($_['usage_relative']);?>%" <div style="width:<?php p($_['usage_relative']);?>%"
<?php if($_['usage_relative'] > 80): ?> class="quota-warning" <?php endif; ?>> <?php if($_['usage_relative'] > 80): ?> class="quota-warning" <?php endif; ?>>
<p id="quotatext"> <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'])));?> array($_['usage'], $_['total_space'])));?>
</p> </p>
</div> </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