diff --git a/templates/utils.html b/templates/utils.html
index bc54da9..2d0acec 100644
--- a/templates/utils.html
+++ b/templates/utils.html
@@ -250,9 +250,9 @@
{% endif %}
-{% if meta.count_reply and obj.id | is_from_outbox %}{{ meta.count_reply }} replie{% if meta.count_reply > 1 %}s{% endif %}
+{% if meta.count_reply and obj.id | is_from_outbox %}{{ meta.count_reply }} repl{% if meta.count_reply > 1 %}ies{% else %}y{% endif %}
{% elif meta.count_reply and session.logged_in %}
-{{ meta.count_reply }} replie{% if meta.count_reply > 1 %}s{% endif %}{% endif %}
+{{ meta.count_reply }} repl{% if meta.count_reply > 1 %}ies{% else %}y{% endif %}{% endif %}
{% if not perma and meta.count_boost and obj.id | is_from_outbox %}{{ meta.count_boost }} boost{% if meta.count_boost > 1 %}s{% endif %}{% endif %}