diff --git a/app/views/blog/posts/_comment.html.erb b/app/views/blog/posts/_comment.html.erb index 559757b..7b22f3c 100644 --- a/app/views/blog/posts/_comment.html.erb +++ b/app/views/blog/posts/_comment.html.erb @@ -4,6 +4,6 @@

- <%= t('.by', :who => comment.name) %> - <%= t('.time_ago', :time => time_ago_in_words(comment.created_at)) %> + <%= t('blog.posts.comments.by', :who => comment.name) %>, + <%= t('blog.posts.comments.time_ago', :time => time_ago_in_words(comment.created_at)) %>

\ No newline at end of file