From 6090b59c7f1562f3b20b5c77a2ba18d0ff5b3d0e Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Tue, 1 Oct 2019 23:06:52 +0200 Subject: [PATCH] Fix template --- templates/utils.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}