fix translations key on comments
This commit is contained in:
parent
b289799e86
commit
d94c4220dc
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue