diff --git a/isso/js/app/i18n/en.js b/isso/js/app/i18n/en.js index 40b5bc9..b23b3f5 100644 --- a/isso/js/app/i18n/en.js +++ b/isso/js/app/i18n/en.js @@ -17,6 +17,7 @@ define({ "comment-deleted": "Comment deleted.", "comment-queued": "Comment in queue for moderation.", "comment-anonymous": "Anonymous", + "comment-hidden": "Hidden", "date-now": "right now", "date-minute": "a minute ago\n{{ n }} minutes ago", diff --git a/isso/js/app/text/comment-loader.html b/isso/js/app/text/comment-loader.html index f6e7bad..ce507c6 100644 --- a/isso/js/app/text/comment-loader.html +++ b/isso/js/app/text/comment-loader.html @@ -1,3 +1,3 @@
- {{ hidden_replies }} hidden + {{ hidden_replies }} {{ i18n-comment-hidden }}
\ No newline at end of file