Skip to content

Commit

Permalink
changed pending state
Browse files Browse the repository at this point in the history
  • Loading branch information
Beverly Nguyen authored and Beverly Nguyen committed Jan 16, 2025
1 parent 8754c03 commit c6ed4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/views/dashboard/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h2 class="margin-top-4 margin-bottom-1">Service activity</h2>
{% 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 %}
</td>
Expand Down

0 comments on commit c6ed4a8

Please sign in to comment.