From c122e75903a7ce04b53791a03e39cad344752707 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Mon, 21 Mar 2016 15:23:46 +0000 Subject: [PATCH] Changed references to sent text messages, to say batch messages --- app/templates/views/dashboard/jobs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/views/dashboard/jobs.html b/app/templates/views/dashboard/jobs.html index 6240ed990..f4f0893b5 100644 --- a/app/templates/views/dashboard/jobs.html +++ b/app/templates/views/dashboard/jobs.html @@ -3,7 +3,7 @@ {% call(item) list_table( jobs, caption="Recent batch jobs", - empty_message='You haven’t sent any text messages yet', + empty_message='You haven’t sent any batch messages yet', field_headings=['File', 'Started', right_aligned_field_heading('Rows')] ) %} {% call field() %} @@ -19,7 +19,7 @@ {% if more_jobs_to_show %} {% if current_user.has_permissions(['send_texts', 'send_emails', 'send_letters']) %} {% endif %} {% endif %}