From efbab7cb76af9360875dc8b007f28c17acf8c6f9 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Sat, 6 Jan 2018 18:27:12 +0000 Subject: Fix invalid content of empty state. --- app/views/projects/jobs/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/jobs/show.html.haml b/app/views/projects/jobs/show.html.haml index 60fd1d32b14..8b05440fc78 100644 --- a/app/views/projects/jobs/show.html.haml +++ b/app/views/projects/jobs/show.html.haml @@ -100,7 +100,7 @@ illustration: 'illustrations/job_not_triggered.svg', illustration_size: 'svg-306', title: _('This job has not been triggered yet'), - content: _('This job has not been triggered yet') + content: _('This job depends on upstream jobs that need to succeed in order for this job to be triggered.') = render "sidebar" -- cgit v1.2.1