From d563cc84323d8a1217a3934c1b459ae92c7c9a02 Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Fri, 26 Feb 2021 14:55:14 +0000 Subject: [PATCH] Change wording for hidden text on job page To use the singular for the total message box. --- app/main/views/jobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/views/jobs.py b/app/main/views/jobs.py index 5d60ba998..eb8930c93 100644 --- a/app/main/views/jobs.py +++ b/app/main/views/jobs.py @@ -351,7 +351,7 @@ def _get_job_counts(job): ) for label, query_param, count in [ [ f'''total - {message_count_noun(job.notification_count, job_type)}''', + {"text message" if job_type == "sms" else job_type}s''', '', job.notification_count ],