diff options
-rw-r--r-- | app/views/blog/posts/_comment.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ </p> </div> <p class='blog_comment_author'> - <%= 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)) %> </p>
\ No newline at end of file |