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) { %>
|
<% _.each(points, function(point, name) { %>
|
||||||
.change-entry
|
.change-entry
|
||||||
.activity-changed
|
.activity-changed
|
||||||
span(translate="ACTIVITY.US_POINTS", translate-values!="<%- name.toLowerCase() %>")
|
span(translate="ACTIVITY.US_POINTS", translate-values!="{name: '<%- name %>'}")
|
||||||
.activity-fromto
|
.activity-fromto
|
||||||
p
|
p
|
||||||
strong(translate="COMMON.FROM")
|
strong(translate="COMMON.FROM")
|
||||||
|
|
Loading…
Reference in New Issue