Skip to content
代码片段 群组 项目
提交 d3562eff 编辑于 作者: Paul Slaughter's avatar Paul Slaughter
浏览文件

Merge branch 'gmh-fix-code-suggestion-link' into 'master'

Correcting line break in code suggestion help text

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/139272



Merged-by: default avatarPaul Slaughter <pslaughter@gitlab.com>
Approved-by: default avatarPaul Slaughter <pslaughter@gitlab.com>
Co-authored-by: default avatarGary Holtz <gholtz@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -18,4 +18,5 @@
.form-group
= form.gitlab_ui_checkbox_component :code_suggestions,
s_('CodeSuggestions|Enable Code Suggestions'),
help_text: s_('CodeSuggestions|Subject to the %{terms_link_start}Testing Terms of Use%{link_end}. Code Suggestions uses third-party AI services.|To start receiving Code Suggestions after enabling this feature, you must install and configure a %{ide_extension_link_start}supported IDE editor extension%{link_end}.').html_safe % { terms_link_start: terms_link_start, ide_extension_link_start: ide_extension_link_start, link_end: '</a>'.html_safe}
help_text: s_('CodeSuggestions|Subject to the %{terms_link_start}Testing Terms of Use%{link_end}. Code Suggestions uses third-party AI services.%{br}To start receiving Code Suggestions after enabling this feature, you must install and configure a %{ide_extension_link_start}supported IDE editor extension%{link_end}.').html_safe % { terms_link_start: terms_link_start, ide_extension_link_start: ide_extension_link_start, link_end: '</a>'.html_safe, br: '<br>'.html_safe }
......@@ -11991,7 +11991,7 @@ msgstr ""
msgid "CodeSuggestions|Subject to the %{terms_link_start}Testing Terms of Use%{link_end}. Code Suggestions uses third-party AI services."
msgstr ""
 
msgid "CodeSuggestions|Subject to the %{terms_link_start}Testing Terms of Use%{link_end}. Code Suggestions uses third-party AI services.|To start receiving Code Suggestions after enabling this feature, you must install and configure a %{ide_extension_link_start}supported IDE editor extension%{link_end}."
msgid "CodeSuggestions|Subject to the %{terms_link_start}Testing Terms of Use%{link_end}. Code Suggestions uses third-party AI services.%{br}To start receiving Code Suggestions after enabling this feature, you must install and configure a %{ide_extension_link_start}supported IDE editor extension%{link_end}."
msgstr ""
 
msgid "CodeownersValidation|An error occurred while loading the validation errors. Please try again later."
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册