From 093e708bf8157052eb204577da3bac38b7c4e6b5 Mon Sep 17 00:00:00 2001 From: Mark Fletcher Date: Thu, 21 Sep 2017 13:48:44 +1000 Subject: Fix auto devops typos in Pipeline Settings view --- app/views/projects/pipelines_settings/_show.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/projects/pipelines_settings/_show.html.haml b/app/views/projects/pipelines_settings/_show.html.haml index 21d01242c0e..77211099830 100644 --- a/app/views/projects/pipelines_settings/_show.html.haml +++ b/app/views/projects/pipelines_settings/_show.html.haml @@ -26,7 +26,8 @@ %strong Disable Auto DevOps %br %span.descr - An explicit .gitlab-ci.yml needs to be specified before you can begin using Continious Integration and Delivery. + An explicit .gitlab-ci.yml needs to be specified before you can begin using Continuous Integration and Delivery. + .radio = form.label :enabled_nil do = form.radio_button :enabled, '' -- cgit v1.2.1