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 %}