Commit 966b3409 authored by Filipa Lacerda's avatar Filipa Lacerda

Improves i18n for Auto Devops callout

parent b187a3f2
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
.svg-container .svg-container
= custom_icon('icon_autodevops') = custom_icon('icon_autodevops')
.user-callout-copy .user-callout-copy
%h4= _('Auto DevOps (Beta)') %h4= s_('AutoDevOps|Auto DevOps (Beta)')
%p= _('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= s_('AutoDevOps|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 %p
#{s_('AutoDevOps|Learn more in the')} - link = link_to(s_('AutoDevOps|Auto DevOps documentation'), help_page_path('topics/autodevops/index.md'), target: '_blank', rel: 'noopener noreferrer')
= link_to _('Auto DevOps documentation'), help_page_path('topics/autodevops/index.md'), target: '_blank', rel: 'noopener noreferrer' = s_('AutoDevOps|Learn more in the %{link}').html_safe % { link: link }
= link_to _('Enable in settings'), project_settings_ci_cd_path(@project, anchor: 'js-general-pipeline-settings'), class: 'btn btn-primary js-close-callout' = link_to s_('AutoDevOps|Enable in settings'), project_settings_ci_cd_path(@project, anchor: 'js-general-pipeline-settings'), class: 'btn btn-primary js-close-callout'
---
title: Improves i18n for Auto Devops callout
merge_request:
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment