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