summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Busatto <fabio@gitlab.com>2017-05-18 20:38:34 +0000
committerFabio Busatto <fabio@gitlab.com>2017-05-18 20:38:34 +0000
commit63af99060744458d7a8fcd6ecefbb3c6ab011777 (patch)
treefbc826109886c483217a0f5c684ea0d66c8c4d6f
parenta3eabcc20c422db7032e31397c21dbc6ca3166de (diff)
downloadgitlab-ce-patch-21.tar.gz
Update edit.html.hamlpatch-21
Closes #32555
-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)