[Backport] Fix Issue #3033: Typo at role points field name in history entries

stable
David Barragán Merino 2015-07-08 19:21:53 +02:00 committed by Alejandro Alonso
parent 9b59f0c013
commit babdb6c853
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<% _.each(points, function(point, name) { %>
.change-entry
.activity-changed
span(translate="ACTIVITY.US_POINTS", translate-values!="<%- name.toLowerCase() %>")
span(translate="ACTIVITY.US_POINTS", translate-values!="{name: '<%- name %>'}")
.activity-fromto
p
strong(translate="COMMON.FROM")