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 %}