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')))