From 8819b7eb6abad8f4a991e16cea4485c4664bbe28 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Mon, 17 Aug 2015 16:27:31 -0300 Subject: [PATCH] Translate point description in dashboard --- views/gamification/dashboard.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/gamification/dashboard.html.erb b/views/gamification/dashboard.html.erb index 8ec2e7a..51db50a 100644 --- a/views/gamification/dashboard.html.erb +++ b/views/gamification/dashboard.html.erb @@ -24,7 +24,7 @@ <% @target.score_points.order('created_at desc').limit(5).each do |point| %>
<%= point.num_points %> - <%= score_point_category(point) %> + <%= _(score_point_category(point)) %> <%= point.created_at %>
<% end %> -- libgit2 0.21.2