diff --git a/r2/r2/templates/comment.html b/r2/r2/templates/comment.html
index 63535b66b..2f83f9eb1 100755
--- a/r2/r2/templates/comment.html
+++ b/r2/r2/templates/comment.html
@@ -109,8 +109,14 @@ ${parent.collapsed()}
%if collapse and thing.collapsed and show:
${thing.collapsed_reason}
%else:
- %if show and not thing.score_hidden:
- ${unsafe(self.score(thing, likes = thing.likes))}
+ %if show:
+ %if thing.score_hidden:
+
+ [${_("score hidden")}]
+
+ %else:
+ ${unsafe(self.score(thing, likes = thing.likes))}
+ %endif
%endif
${thing_timestamp(thing, thing.timesince)} ${_("ago")}
${edited(thing, thing.lastedited)}