From 84b57799dab60649663684f52772a65d696fe45b Mon Sep 17 00:00:00 2001 From: Jumana B Date: Thu, 19 Dec 2024 10:39:32 -0500 Subject: [PATCH] Update app/templates/partials/check/too-many-messages-annual.html Co-authored-by: Philippe Caron --- app/templates/partials/check/too-many-messages-annual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/partials/check/too-many-messages-annual.html b/app/templates/partials/check/too-many-messages-annual.html index e648f63dc..fbb477508 100644 --- a/app/templates/partials/check/too-many-messages-annual.html +++ b/app/templates/partials/check/too-many-messages-annual.html @@ -17,7 +17,7 @@ {{ _('To send to recipients you removed, wait until April 1, {} or contact them some other way.').format(now().year) }}

{% else %} -

{{ _('{} cannot send any more {} until April 1, {}').format(current_service.name, units, now().year) }}

+

{{ _('{} cannot send any more {} until April 1, {}').format(current_service.name, units, now().year) }}

{{ _('For more information, visit the usage report for {}.').format(url_for('.monthly', service_id=current_service.id), current_service.name) }}

{% endif %} {%- endif -%}