diff --git a/data/web/js/site/mailbox.js b/data/web/js/site/mailbox.js
index b7349d4fa..bebbd3fd6 100644
--- a/data/web/js/site/mailbox.js
+++ b/data/web/js/site/mailbox.js
@@ -1093,7 +1093,7 @@ jQuery(function($){
defaultContent: '',
responsivePriority: 4,
render: function (data, type) {
- return 1==data?'':(0==data?'':2==data&&'—');
+ return 1==data?'1':(0==data?'0':2==data&&'—');
}
},
{