mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 00:28:25 -04:00
Change wording for hidden text on job page
To use the singular for the total message box.
This commit is contained in:
@@ -351,7 +351,7 @@ def _get_job_counts(job):
|
|||||||
) for label, query_param, count in [
|
) for label, query_param, count in [
|
||||||
[
|
[
|
||||||
f'''total<span class="govuk-visually-hidden">
|
f'''total<span class="govuk-visually-hidden">
|
||||||
{message_count_noun(job.notification_count, job_type)}</span>''',
|
{"text message" if job_type == "sms" else job_type}s</span>''',
|
||||||
'',
|
'',
|
||||||
job.notification_count
|
job.notification_count
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user