diff --git a/r2/r2/templates/commentreplybox.html b/r2/r2/templates/commentreplybox.html index 1b5eaf519..deee9b3a6 100644 --- a/r2/r2/templates/commentreplybox.html +++ b/r2/r2/templates/commentreplybox.html @@ -59,7 +59,7 @@
diff --git a/r2/r2/templates/profilebar.html b/r2/r2/templates/profilebar.html index fbfe888e3..a1bd37fb6 100644 --- a/r2/r2/templates/profilebar.html +++ b/r2/r2/templates/profilebar.html @@ -75,12 +75,12 @@ %if thing.isFriend: - + ${_("remove from friends")} %else: - + ${_("add to friends")} %endif diff --git a/r2/r2/templates/reddit.html b/r2/r2/templates/reddit.html index 8db0f1659..0254c309f 100644 --- a/r2/r2/templates/reddit.html +++ b/r2/r2/templates/reddit.html @@ -98,9 +98,9 @@ window.onpageshow = function(evt) { if (evt.persisted) init() }; - var _global_fetching_tag = '${_("fetching title...")}'; - var _global_submitting_tag = '${_("submitting...")}'; - var _global_loading_tag = '${_("loading...")}'; + var _global_fetching_tag = "${_('fetching title...')}"; + var _global_submitting_tag = "${_('submitting...')}"; + var _global_loading_tag = "${_('loading...')}"; %def> diff --git a/r2/r2/templates/subredditbox.html b/r2/r2/templates/subredditbox.html index 379abb3ba..8b47a5942 100644 --- a/r2/r2/templates/subredditbox.html +++ b/r2/r2/templates/subredditbox.html @@ -33,7 +33,7 @@ ${thing.title}