mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-26 13:20:54 -05: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' %}
|
||||
{{ show_more(
|
||||
url_for('.template_history', service_id=current_service.id),
|
||||
'See all templates sent this year'
|
||||
'See all templates used this year'
|
||||
) }}
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user