summaryrefslogtreecommitdiff
path: root/src/jwebmail/templates/_main_table.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/jwebmail/templates/_main_table.html')
-rw-r--r--src/jwebmail/templates/_main_table.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jwebmail/templates/_main_table.html b/src/jwebmail/templates/_main_table.html
index b6493fb..cc22da4 100644
--- a/src/jwebmail/templates/_main_table.html
+++ b/src/jwebmail/templates/_main_table.html
@@ -33,7 +33,7 @@
</div>
<div class="column is-2">
- {{ msg.byte_size|filesizeformat }}
+ {{ msg.byte_size|filesizeformat|num_localize }}
</div>
</div>
</div>