diff --git a/files/templates/comments.html b/files/templates/comments.html
index a499e4c0d..e3687899b 100644
--- a/files/templates/comments.html
+++ b/files/templates/comments.html
@@ -564,7 +564,7 @@
{% if request.path.startswith('/notifications') and c.level == 1 and c.sentto and not c.parent_submission and c.author_id != AUTOJANNY_ID %}
{% if (v and v.admin_level >= PERMS['USER_BAN']) and (c.sentto == 2) and not c.author.is_muted %}
- Mute
+ Mute
{% endif %}
Reply