From 1daa44f5bfd96eac130a62f8d07518dda6145590 Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Wed, 17 Jun 2015 12:07:51 +0200 Subject: [PATCH] fixes Retrospring/bugs#82 --- app/views/discover/_userbox.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/discover/_userbox.html.haml b/app/views/discover/_userbox.html.haml index f6e99400..6da53dca 100644 --- a/app/views/discover/_userbox.html.haml +++ b/app/views/discover/_userbox.html.haml @@ -19,4 +19,4 @@ - elsif type == "most" = t('views.discover.userbox.answers', questions: pluralize(a, t('views.general.question'))) - else - = t('views.discover.userbox.answers', questions: pluralize(q, t('views.general.question'))) + = t('views.discover.userbox.questions', questions: pluralize(q, t('views.general.question')))