diff --git a/app/templates/partials/check/too-many-messages-annual.html b/app/templates/partials/check/too-many-messages-annual.html index fbb477508..49077b355 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