Fix Issue #3033: Typo at role points field name in history entries
parent
f43ac475ce
commit
9cc0ea22db
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue