summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2017-09-15 07:15:37 +0000
committerRobert Speicher <rspeicher@gmail.com>2017-09-15 16:22:20 -0400
commitad683011465ff836fd506839db019e040cc661ae (patch)
tree4de31beee3d39255574d3866b6a16e9b34666609
parent1dc1ccf604778376298faebf61db88053d97f0ee (diff)
downloadgitlab-ce-ad683011465ff836fd506839db019e040cc661ae.tar.gz
Merge branch '37886-typo-in-protected-runners-setting-checkbox' into 'master'
Resolve "Typo in Protected Runners setting checkbox" Closes #37886 See merge request gitlab-org/gitlab-ce!14284
-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 ac8e15a48b2..ceae53abfff 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