Commit d4b84d1677e8113121365ddda423731a78481ecd

Authored by Dmitriy Zaporozhets
2 parents d4b40883 cc9b7cba

Merge pull request #6906 from agjmills/patch-1

Updated CI error message so that it makes more sense
app/views/projects/merge_requests/show/_mr_ci.html.haml
... ... @@ -26,4 +26,4 @@
26 26  
27 27 .ci_widget.ci-error{style: "display:none"}
28 28 %i.icon-remove
29   - %strong Cannot connect to CI server. Please check your setting
  29 + %strong Cannot connect to the CI server. Please check your settings and try again.
... ...