diff options
| author | Fabio Busatto <fabio@gitlab.com> | 2017-09-14 21:38:49 +0000 |
|---|---|---|
| committer | Fabio Busatto <fabio@gitlab.com> | 2017-09-14 21:38:49 +0000 |
| commit | 86dd4bbae3fc3b373ebc0c73b054e8c3300b07bf (patch) | |
| tree | abaed04edc9c078e149c0c0cc2464de7d27943b6 | |
| parent | ec3b3797e789d82200de2694458cc7cde2093549 (diff) | |
| download | gitlab-ce-86dd4bbae3fc3b373ebc0c73b054e8c3300b07bf.tar.gz | |
| -rw-r--r-- | app/views/projects/runners/_form.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/runners/_form.html.haml b/app/views/projects/runners/_form.html.haml index de85615c672..e660fce652f 100644 --- a/app/views/projects/runners/_form.html.haml +++ b/app/views/projects/runners/_form.html.haml @@ -11,7 +11,7 @@ .col-sm-10 .checkbox = f.check_box :access_level, {}, 'ref_protected', 'not_protected' - %span.light This runner will only run on pipelines trigged on protected branches + %span.light This runner will only run on pipelines triggered on protected branches .form-group = label :run_untagged, 'Run untagged jobs', class: 'control-label' .col-sm-10 |
