From e6e5ad0a853a5e6b1bf5f6a50e6044faf8252035 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 5 Jul 2018 14:13:12 +0100 Subject: Tweak the job partial text --- app/views/shared/_jobs.html.erb | 4 ++-- 1 file 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 %> -- cgit v1.2.3