From c122e75903a7ce04b53791a03e39cad344752707 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Mon, 21 Mar 2016 15:23:46 +0000 Subject: [PATCH 1/2] 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 %} From 68dd66e7e466b163c8c495800772bf44ee668517 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Mon, 21 Mar 2016 15:25:04 +0000 Subject: [PATCH 2/2] Changed references to sent text messages, to say batch messages --- app/templates/views/service_dashboard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/views/service_dashboard.html b/app/templates/views/service_dashboard.html index d21a0d991..666ce2328 100644 --- a/app/templates/views/service_dashboard.html +++ b/app/templates/views/service_dashboard.html @@ -49,7 +49,7 @@ {% call(item) list_table( jobs, caption="Recent text messages", - empty_message='You haven’t sent any text messages yet', + empty_message='You haven’t sent any batch messages yet', field_headings=['Job', 'Created', right_aligned_field_heading('completion')] ) %} {% call field() %} @@ -65,7 +65,7 @@ {% if more_jobs_to_show %} {% if current_user.has_permissions(['send_texts', 'send_emails', 'send_letters']) %} {% endif %} {% endif %}