diff options
-rw-r--r-- | app/views/shared/_jobs.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/_jobs.html.erb b/app/views/shared/_jobs.html.erb index aa2ad41..cdcd2ef 100644 --- a/app/views/shared/_jobs.html.erb +++ b/app/views/shared/_jobs.html.erb @@ -72,9 +72,9 @@ <%= pluralize(job['error_count'], 'failure') %>, <% end %> <% if job_state %> - running for + Running for <% else %> - running + Scheduled to run <% if job['error_count'] != 0 %>again<% end %> in <% end %> |