From 44749e7bb4e66ac5e0b327cd003ec65ebc027f06 Mon Sep 17 00:00:00 2001 From: Jumana B Date: Thu, 19 Dec 2024 10:39:52 -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 fbb4775087..49077b355a 100644 --- a/app/templates/partials/check/too-many-messages-annual.html +++ b/app/templates/partials/check/too-many-messages-annual.html @@ -18,7 +18,7 @@

{% else %}

{{ _('{} 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) }}

+

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

{% endif %} {%- endif -%} \ No newline at end of file