summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2017-05-19 15:10:39 +0000
committerClement Ho <clemmakesapps@gmail.com>2017-05-19 15:10:39 +0000
commitbaa6a08908c038b872877e27d229dc3e1543fc58 (patch)
tree3e7ddeae98cda30aec4835bddc6e5a913c788370
parent3c45906bdaed617a0e9446ca9f91222a900eafbb (diff)
parent63af99060744458d7a8fcd6ecefbb3c6ab011777 (diff)
downloadgitlab-ce-baa6a08908c038b872877e27d229dc3e1543fc58.tar.gz
Merge branch 'patch-21' into 'master'
Fix wording in settings / CI/CD Pipelines Closes #32555 See merge request !11516
-rw-r--r--app/views/projects/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index d9643dc7957..dd27e0866de 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -65,7 +65,7 @@
.row
.col-md-9.project-feature.nested
= feature_fields.label :builds_access_level, "Pipelines", class: 'label-light'
- %span.help-block Submit, test and deploy your changes before merge
+ %span.help-block Build, test, and deploy your changes
.col-md-3
= project_feature_access_select(:builds_access_level)