From 63a7c3402d22123d2813e9d639991dc06377f9bb Mon Sep 17 00:00:00 2001 From: Carl Chenet Date: Thu, 10 Nov 2016 15:06:23 +0100 Subject: [PATCH] fix variable length --- app/views/comments/_comment.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>