summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2019-01-08 16:08:02 -0600
committerMayra Cabrera <mcabrera@gitlab.com>2019-01-08 18:38:29 -0600
commit6eea09fd2e70d94a4294608c052d13c73bb0abd1 (patch)
tree1342fd7d8eae57db42bf8d7441fc8f2ba5179e60 /app/views
parent1b3affafab0f28c690ce93cc98ac6bd09cbda59f (diff)
downloadgitlab-ce-6eea09fd2e70d94a4294608c052d13c73bb0abd1.tar.gz
Fixes Auto DevOps Domain title on admin settings
Changes "Auto devops" to "Auto DevOps" on CI/CD admin settings
Diffstat (limited to 'app/views')
-rw-r--r--app/views/admin/application_settings/_ci_cd.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/application_settings/_ci_cd.html.haml b/app/views/admin/application_settings/_ci_cd.html.haml
index fdaad1cf181..c99d7e9b8e9 100644
--- a/app/views/admin/application_settings/_ci_cd.html.haml
+++ b/app/views/admin/application_settings/_ci_cd.html.haml
@@ -13,7 +13,7 @@
= s_('CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found.')
= link_to _('More information'), help_page_path('topics/autodevops/index.md'), target: '_blank'
.form-group
- = f.label :auto_devops_domain, class: 'label-bold'
+ = f.label :auto_devops_domain, s_('AdminSettings|Auto DevOps domain'), class: 'label-bold'
= f.text_field :auto_devops_domain, class: 'form-control', placeholder: 'domain.com'
.form-text.text-muted
= s_("AdminSettings|Specify a domain to use by default for every project's Auto Review Apps and Auto Deploy stages.")