Skip to content

Commit

Permalink
Update app/templates/partials/check/too-many-messages-annual.html
Browse files Browse the repository at this point in the history
Co-authored-by: Philippe Caron <[email protected]>
  • Loading branch information
jzbahrai and amazingphilippe authored Dec 19, 2024
1 parent e123dcc commit 84b5779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/partials/check/too-many-messages-annual.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{{ _('To send to recipients you removed, wait until <strong>April 1, {}</strong> or contact them some other way.').format(now().year) }}
</p>
{% else %}
<p>{{ _('<strong>{}</strong> cannot send any more {} until <strong>April 1, {}</strong>').format(current_service.name, units, now().year) }}</p>
<p class="text-title">{{ _('{} cannot send any more {} until April 1, {}').format(current_service.name, units, now().year) }}</p>
<p>{{ _('For more information, visit the <a href={}>usage report for {}</a>.').format(url_for('.monthly', service_id=current_service.id), current_service.name) }}</p>
{% endif %}
{%- endif -%}
Expand Down

0 comments on commit 84b5779

Please sign in to comment.