We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9dc923 commit 539a248Copy full SHA for 539a248
web/templates/user/list_mail_acc.html
@@ -146,7 +146,7 @@
146
<div class="l-unit__stat-cols clearfix">
147
<div class="l-unit__stat-col l-unit__stat-col--left"><?=__('Quota')?>:</div>
148
<div class="l-unit__stat-col l-unit__stat-col--right">
149
- <b><? echo __($data[$key]['QUOTA'])?></b>
+ <b><?=__(humanize_usage_size($data[$key]['QUOTA'])) ?></b> <?=__(humanize_usage_measure($data[$key]['QUOTA'])) ?>
150
</div>
151
152
</td>
0 commit comments