Commit f46be3a4 authored by Tom Quirk's avatar Tom Quirk

Minor copy updates to Jira integration form

Changelog: changed
parent 62d62107
...@@ -16,13 +16,13 @@ const commentDetailOptions = [ ...@@ -16,13 +16,13 @@ const commentDetailOptions = [
{ {
value: 'standard', value: 'standard',
label: s__('Integrations|Standard'), label: s__('Integrations|Standard'),
help: s__('Integrations|Includes commit title and branch'), help: s__('Integrations|Includes commit title and branch.'),
}, },
{ {
value: 'all_details', value: 'all_details',
label: s__('Integrations|All details'), label: s__('Integrations|All details'),
help: s__( help: s__(
'Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs', 'Integrations|Includes Standard, plus the entire commit message, commit hash, and issue IDs',
), ),
}, },
]; ];
...@@ -144,7 +144,7 @@ export default { ...@@ -144,7 +144,7 @@ export default {
label-for="service[trigger]" label-for="service[trigger]"
:description=" :description="
s__( s__(
'Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created.', 'Integrations|When you mention a Jira issue in a commit or merge request, GitLab creates a remote link and comment (if enabled).',
) )
" "
> >
......
...@@ -106,9 +106,8 @@ class JiraService < IssueTrackerService ...@@ -106,9 +106,8 @@ class JiraService < IssueTrackerService
end end
def help def help
"You need to configure Jira before enabling this service. For more details jira_doc_link_start = '<a href="%{url}" target="_blank" rel="noopener noreferrer">'.html_safe % { url: help_page_url('integration/jira/index.html') }
read the s_("JiraService|You need to configure Jira before enabling this integration. For more details, read the %{jira_doc_link_start}Jira integration documentation%{link_end}.") % { jira_doc_link_start: jira_doc_link_start, link_end: '</a>'.html_safe }
[Jira service documentation](#{help_page_url('user/project/integrations/jira')})."
end end
def title def title
......
---
title: Improve field descriptions in the Jira integration form
merge_request: 61205
author:
type: changed
...@@ -17592,10 +17592,10 @@ msgstr "" ...@@ -17592,10 +17592,10 @@ msgstr ""
msgid "Integrations|Failed to unlink namespace. Please try again." msgid "Integrations|Failed to unlink namespace. Please try again."
msgstr "" msgstr ""
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs" msgid "Integrations|Includes Standard, plus the entire commit message, commit hash, and issue IDs"
msgstr "" msgstr ""
msgid "Integrations|Includes commit title and branch" msgid "Integrations|Includes commit title and branch."
msgstr "" msgstr ""
msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira."
...@@ -17673,7 +17673,7 @@ msgstr "" ...@@ -17673,7 +17673,7 @@ msgstr ""
msgid "Integrations|Use default settings" msgid "Integrations|Use default settings"
msgstr "" msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created." msgid "Integrations|When you mention a Jira issue in a commit or merge request, GitLab creates a remote link and comment (if enabled)."
msgstr "" msgstr ""
msgid "Integrations|You can now close this window and return to the GitLab for Jira application." msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
...@@ -18594,6 +18594,9 @@ msgstr "" ...@@ -18594,6 +18594,9 @@ msgstr ""
msgid "JiraService|Work on Jira issues without leaving GitLab. Adds a Jira menu to access your list of Jira issues and view any issue as read-only." msgid "JiraService|Work on Jira issues without leaving GitLab. Adds a Jira menu to access your list of Jira issues and view any issue as read-only."
msgstr "" msgstr ""
msgid "JiraService|You need to configure Jira before enabling this integration. For more details, read the %{jira_doc_link_start}Jira integration documentation%{link_end}."
msgstr ""
msgid "JiraService|transition ids can have only numbers which can be split with , or ;" msgid "JiraService|transition ids can have only numbers which can be split with , or ;"
msgstr "" msgstr ""
......
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