summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Busatto <fabio@gitlab.com>2017-09-14 21:38:49 +0000
committerFabio Busatto <fabio@gitlab.com>2017-09-14 21:38:49 +0000
commit86dd4bbae3fc3b373ebc0c73b054e8c3300b07bf (patch)
treeabaed04edc9c078e149c0c0cc2464de7d27943b6
parentec3b3797e789d82200de2694458cc7cde2093549 (diff)
downloadgitlab-ce-37886-typo-in-protected-runners-setting-checkbox.tar.gz
-rw-r--r--app/views/projects/runners/_form.html.haml2
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