diff --git a/data/assets/templates/quarantine.tpl b/data/assets/templates/quarantine.tpl index 787a043f..e4210ee0 100644 --- a/data/assets/templates/quarantine.tpl +++ b/data/assets/templates/quarantine.tpl @@ -25,7 +25,11 @@

Hi!
- There are {{counter}} new messages waiting in quarantine:
+ {% if counter == 1 %} + There is 1 new message waiting in quarantine:
+ {% else %} + There are {{counter}} new messages waiting in quarantine:
+ {% endif %} {% if quarantine_acl == 1 %}{% endif %} {% for line in meta %}
SubjectSenderScoreArrived onActions