mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 01:55:41 -04:00
Say templates ‘used’ instead of templates ‘sent’
You _use_ a template to _send_ a message
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
{% include 'views/dashboard/template-statistics.html' %}
|
{% include 'views/dashboard/template-statistics.html' %}
|
||||||
{{ show_more(
|
{{ show_more(
|
||||||
url_for('.template_history', service_id=current_service.id),
|
url_for('.template_history', service_id=current_service.id),
|
||||||
'See all templates sent this year'
|
'See all templates used this year'
|
||||||
) }}
|
) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user