diff --git a/status.html b/status.html
index d16325d..bf2373e 100644
--- a/status.html
+++ b/status.html
@@ -136,7 +136,7 @@ layout: default
$( "#days_open_current td:last" ).html(dayCountCurrentText);
$( "#days_open_high td:last" ).html(dayCountHighText);
- $( "#days_closed td:last" ).html(dayCountClosed + " since " + statisticSince.format(dateFormat));
+ $( "#days_closed td:last" ).html(dayCountClosed + " days since " + statisticSince.format(dateFormat));
$( "#space_open_percent" ).html(percentOpen + '% open');
$( "#space_open_percent" ).width(percentOpen + '%');