diff --git a/app/views/comments/_comment.html.erb b/app/views/comments/_comment.html.erb index 8f9ab4c..49937f7 100644 --- a/app/views/comments/_comment.html.erb +++ b/app/views/comments/_comment.html.erb @@ -86,7 +86,7 @@ class="comment <%= comment.current_vote ? (comment.current_vote[:vote] == 1 ? <% end %> <% if defined?(show_story) && show_story %> - | <%= t('.on') %> + | <%= t('.about') %> <%= comment.story.title %> <% end %>