Skip to content
Snippets Groups Projects
Commit 01d42763 authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Fix invalid content of empty state.

parent 9d8d0862
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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"
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment