diff --git a/notifications/templates/emails/post_new_comments.html b/notifications/templates/emails/post_new_comments.html index 4d5993ab5a..51cef52474 100644 --- a/notifications/templates/emails/post_new_comments.html +++ b/notifications/templates/emails/post_new_comments.html @@ -174,7 +174,7 @@ -
{% blocktrans with count=notifications|length %} There are new comments on these {{ count }} questions: {% endblocktrans %}
+
{% trans "There are new comments on" %}
diff --git a/notifications/templates/emails/post_new_comments.mjml b/notifications/templates/emails/post_new_comments.mjml index b5a9f8ce11..1fbf9de574 100644 --- a/notifications/templates/emails/post_new_comments.mjml +++ b/notifications/templates/emails/post_new_comments.mjml @@ -11,9 +11,7 @@ - {% blocktrans with count=notifications|length %} - There are new comments on these {{ count }} questions: - {% endblocktrans %} + {% trans "There are new comments on" %}