diff options
author | dimitrieh <dimitriehoekstra@gmail.com> | 2017-02-21 10:00:27 +0100 |
---|---|---|
committer | dimitrieh <dimitriehoekstra@gmail.com> | 2017-02-21 10:00:27 +0100 |
commit | 1eb238901b4e3e2f1f9dd1c841e29846630b1278 (patch) | |
tree | b191b9d55e738f5d342606ec9473882644a56318 | |
parent | 0d29b08ca747439483336d24346425947903a523 (diff) | |
download | gitlab-ce-1eb238901b4e3e2f1f9dd1c841e29846630b1278.tar.gz |
changed changelog text to be normal case28389-ux-problem-with-pipeline-coverage-placeholder
-rw-r--r-- | app/views/projects/pipelines_settings/_show.html.haml | 2 |
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 9aef600dbaf..132f6372e40 100644 --- a/app/views/projects/pipelines_settings/_show.html.haml +++ b/app/views/projects/pipelines_settings/_show.html.haml @@ -60,7 +60,7 @@ = f.label :build_coverage_regex, "Test coverage parsing", class: 'label-light' .input-group %span.input-group-addon / - = f.text_field :build_coverage_regex, class: 'form-control', placeholder: 'REGULAR_EXPRESSION' + = f.text_field :build_coverage_regex, class: 'form-control', placeholder: 'Regular expression' %span.input-group-addon / %p.help-block A regular expression that will be used to find the test coverage |