From 077e90d4ffcd274f6470b24bc5f4fa83d2929d13 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 17 Jun 2016 15:04:37 +0100 Subject: [PATCH] =?UTF-8?q?Say=20templates=20=E2=80=98used=E2=80=99=20inst?= =?UTF-8?q?ead=20of=20templates=20=E2=80=98sent=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit You _use_ a template to _send_ a message --- app/templates/views/dashboard/today.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/dashboard/today.html b/app/templates/views/dashboard/today.html index 6a17e85f4..409c4e58a 100644 --- a/app/templates/views/dashboard/today.html +++ b/app/templates/views/dashboard/today.html @@ -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 %}