diff --git a/mediagoblin/static/js/comment_show.js b/mediagoblin/static/js/comment_show.js index cb69fccd..35183beb 100644 --- a/mediagoblin/static/js/comment_show.js +++ b/mediagoblin/static/js/comment_show.js @@ -22,7 +22,7 @@ function previewComment(){ content = $('#comment_content').val(); $.getJSON($('#previewURL').val(),JSON.stringify($('#comment_content').val()), function(data){ - $('#comment_preview').replaceWith("

Comment Preview


" + decodeURIComponent(data) + + $('#comment_preview').replaceWith("

{% trans -%}Comment Preview{%- endtrans %}


" + decodeURIComponent(data) + "
"); }); }