From 480986609e95ba62d7dba140e9d79a04d5796f50 Mon Sep 17 00:00:00 2001 From: Dimitrie Hoekstra Date: Fri, 1 Sep 2017 21:18:08 +0000 Subject: [PATCH] Corrected Auto Dev Ops to Auto DevOps --- app/views/shared/_auto_devops_callout.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/shared/_auto_devops_callout.html.haml b/app/views/shared/_auto_devops_callout.html.haml index ea53b92934f..d0b61282d20 100644 --- a/app/views/shared/_auto_devops_callout.html.haml +++ b/app/views/shared/_auto_devops_callout.html.haml @@ -1,15 +1,15 @@ .user-callout{ data: { uid: 'auto_devops_settings_dismissed' } } .bordered-box.landing.content-block %button.btn.btn-default.close.js-close-callout{ type: 'button', - 'aria-label' => 'Dismiss Auto Dev Ops box' } + 'aria-label' => 'Dismiss Auto DevOps box' } = icon('times', class: 'dismiss-icon', 'aria-hidden' => 'true') .svg-container = custom_icon('icon_autodevops') .user-callout-copy %h4 - Auto Dev Ops (Beta) + Auto DevOps (Beta) %p - Auto Dev Ops can be activated for this project. It will automatically build, test, and deploy your application based on a predefined CI/CD configuration. + Auto DevOps can be activated for this project. It will automatically build, test, and deploy your application based on a predefined CI/CD configuration. %p Learn more in the = link_to 'Auto DevOps documentation', help_page_path('topics/autodevops/index.md'), target: '_blank', rel: 'noopener noreferrer'