Fix locale text for "Show replies"

This commit is contained in:
Omar Roth
2019-02-16 14:24:15 -06:00
parent 9f00dba0cb
commit f8467fcda6
2 changed files with 7 additions and 7 deletions

View File

@@ -460,7 +460,7 @@ function get_youtube_replies(target, load_more) {
} else {
body.innerHTML = ' \
<p><a href="javascript:void(0)" \
onclick="hide_youtube_replies(this)"><%= translate(locale, "Hide replies") %> \
onclick="hide_youtube_replies(this, \'<%= translate(locale, "Hide replies") %>\', \'<%= translate(locale, "Show replies") %>\')"><%= translate(locale, "Hide replies") %> \
</a></p> \
<div>{contentHtml}</div>'.supplant({
contentHtml: xhr.response.contentHtml,