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 d3a7c6f commit f9dc923Copy full SHA for f9dc923
web/templates/admin/list_mail_acc.html
@@ -158,7 +158,7 @@
158
<div class="l-unit__stat-cols clearfix">
159
<div class="l-unit__stat-col l-unit__stat-col--left"><?=__('Quota')?>:</div>
160
<div class="l-unit__stat-col l-unit__stat-col--right">
161
- <b><? echo __($data[$key]['QUOTA']) ?></b>
+ <b><?=__(humanize_usage_size($data[$key]['QUOTA'])) ?></b> <?=__(humanize_usage_measure($data[$key]['QUOTA'])) ?>
162
</div>
163
164
</td>
0 commit comments