From 0b97bc7b08965a2161d3f03c693ad68396ad8498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Mon, 18 May 2015 17:52:51 +0200 Subject: [PATCH] [i18n] tg-2677 #ready-for-test --- app/partials/common/history/history-activity.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>