From c6ed4a8661ccb296ae248c6e190640f46fa48eb5 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Thu, 16 Jan 2025 12:05:14 -0800 Subject: [PATCH] changed pending state --- app/templates/views/dashboard/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/dashboard/dashboard.html b/app/templates/views/dashboard/dashboard.html index 5e40d0319..21812a813 100644 --- a/app/templates/views/dashboard/dashboard.html +++ b/app/templates/views/dashboard/dashboard.html @@ -132,7 +132,7 @@ {% elif job.processing_started %} Sending since {{job.processing_started|format_datetime_table}} {% else %} - Created at {{job.created_at|format_datetime_table}} + Pending since {{job.created_at|format_datetime_table}} {% endif %} {% endif %}