diff --git a/templates/themes/catalog/catalog.html b/templates/themes/catalog/catalog.html index 7fcae04e..986db846 100644 --- a/templates/themes/catalog/catalog.html +++ b/templates/themes/catalog/catalog.html @@ -22,7 +22,7 @@ - {{ post.reply_count }} {% if post.reply_count == 1 %}{% trans 'reply' %}{% else %}{% trans 'replies' %}{% endif %}
+ {% trans %}1 reply{% plural post.omitted %}{{ count }} replies{% endtrans %}
{{ post.body }}