From b9dac01f31ecfcfcde64263fabe7fbbf40127045 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Sat, 9 Jul 2022 08:36:32 +0200 Subject: [PATCH] More UI fixes --- app/templates/utils.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/utils.html b/app/templates/utils.html index 77f36c5..256b87a 100644 --- a/app/templates/utils.html +++ b/app/templates/utils.html @@ -379,7 +379,7 @@ {% if (object.is_from_outbox or is_admin) and object.replies_count %}
  • - {{ object.replies_count }} repl{{ object.replies_count | pluralize("y", "ies") }} + {{ object.replies_count }} repl{{ object.replies_count | pluralize("y", "ies") }}
  • {% endif %}