diff --git a/app/views/answerbox/_comments.haml b/app/views/answerbox/_comments.haml index 8a17271bd..f88085d5e 100644 --- a/app/views/answerbox/_comments.haml +++ b/app/views/answerbox/_comments.haml @@ -13,8 +13,7 @@ %h6.media-heading.comment__user = user_screen_name comment.user %span.text-muted{ title: comment.created_at, data: { toggle: :tooltip, placement: :right } } - = time_ago_in_words(comment.created_at) - ago + = t("time.distance_ago", time: time_ago_in_words(comment.created_at)) .comment__content = markdown comment.content .pull-right