Say templates ‘used’ instead of templates ‘sent’

You _use_ a template to _send_ a message
This commit is contained in:
Chris Hill-Scott
2016-06-17 15:04:37 +01:00
parent fa7345e9d0
commit 077e90d4ff

View File

@@ -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 %}