diff --git a/app/views/static/index.html.haml b/app/views/static/index.html.haml
index 6eaf0d0f..5d3abca1 100644
--- a/app/views/static/index.html.haml
+++ b/app/views/static/index.html.haml
@@ -10,8 +10,8 @@
%p
%strong
You have
- = inbox_count
- new questions in your inbox!
+ pluralize(inbox_count, 'new question')
+ in your inbox!
.row
.col-md-6.col-sm-6.col-xs-6
%h4.entry-text#follower-count= current_user.follower_count