summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-07-04 02:00:50 +0800
committerLin Jen-Shin <godfat@godfat.org>2017-07-04 02:00:50 +0800
commitd7c32c5870ff7122122d0fc75ed8a04a0818251e (patch)
tree4e3fc536fe118b9e2dd226fea2ba5055371d7715 /app
parentd8ab0d609da979bf255660fb36d1a976c149b344 (diff)
downloadgitlab-ce-d7c32c5870ff7122122d0fc75ed8a04a0818251e.tar.gz
Fix various descriptions given the feedback
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/pipelines_settings/_show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipelines_settings/_show.html.haml b/app/views/projects/pipelines_settings/_show.html.haml
index 4b3efd12e08..c9c8bd2610b 100644
--- a/app/views/projects/pipelines_settings/_show.html.haml
+++ b/app/views/projects/pipelines_settings/_show.html.haml
@@ -50,7 +50,7 @@
= f.label :ci_config_file, 'Custom CI config file', class: 'label-light'
= f.text_field :ci_config_file, class: 'form-control', placeholder: '.gitlab-ci.yml'
%p.help-block
- The path to CI config file. Default to <code>.gitlab-ci.yml</code>
+ The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>
= link_to icon('question-circle'), help_page_path('user/project/pipelines/settings', anchor: 'custom-ci-config-file'), target: '_blank'
%hr