summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-01-06 18:27:12 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-01-06 18:27:12 +0000
commitefbab7cb76af9360875dc8b007f28c17acf8c6f9 (patch)
tree9939663717816681389523e68e8dec2d218412fb
parent9d8d086264e250d37dc9e721413f586168cd78f4 (diff)
downloadgitlab-ce-22643-manual-job-page.tar.gz
Fix invalid content of empty state.22643-manual-job-page
-rw-r--r--app/views/projects/jobs/show.html.haml2
1 files changed, 1 insertions, 1 deletions
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"