summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-10-19 10:47:40 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-10-19 10:51:12 +0200
commit9a14b0bb6993349c568b6f819b43200ae6441e69 (patch)
tree25362c5d07844ab7289635e3481162f99e85b288
parentf0c7e6713f2778a2b52ab8091c398a96982380de (diff)
downloadgitlab-ce-fix/fix-public-builds-name-in-pipeline-settings.tar.gz
Fix name of feature that restricts builds tracesfix/fix-public-builds-name-in-pipeline-settings
-rw-r--r--app/views/projects/pipelines_settings/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/pipelines_settings/show.html.haml b/app/views/projects/pipelines_settings/show.html.haml
index 0740e9b56ab..bebf0ccd54d 100644
--- a/app/views/projects/pipelines_settings/show.html.haml
+++ b/app/views/projects/pipelines_settings/show.html.haml
@@ -64,8 +64,8 @@
.checkbox
= f.label :public_builds do
= f.check_box :public_builds
- %strong Public pipelines
- .help-block Allow everyone to access pipelines for Public and Internal projects
+ %strong Public builds
+ .help-block Allow everyone to access builds traces for Public and Internal projects
.form-group.append-bottom-default
= f.label :runners_token, "Runners token", class: 'label-light'