diff --git a/app/partials/common/history/history-activity.jade b/app/partials/common/history/history-activity.jade index 22b46912..89ed64fd 100644 --- a/app/partials/common/history/history-activity.jade +++ b/app/partials/common/history/history-activity.jade @@ -13,7 +13,7 @@ div(class!="activity-single <%- mode %>") <% if ((deleteCommentDate || deleteCommentUser)) { %> .deleted-comment span(translate="COMMENTS.DELETED_INFO", - translate-values!="{ user: '<%- deleteCommentUser %>', date: '<% deleteCommentDate %>'}") + translate-values!="{ user: '<%- deleteCommentUser %>', date: '<%- deleteCommentDate %>'}") <% } %> .comment.wysiwyg | <%= comment %>