Commit 880ad338 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'pb-fix-confidential-mr-dropdown-typo-ee' into 'master'

Fix typo on confidential MR dropdown

See merge request gitlab-org/gitlab-ee!14605
parents 082b7b55 36c054cc
......@@ -41,7 +41,7 @@ export default {
noForkText() {
return sprintf(
__(
'To protect this issues confidentiality, %{link_start}fork the project%{link_end} and set the forks visiblity to private.',
"To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visiblity to private.",
),
{ link_start: `<a href="${this.newForkPath}" class="help-link">`, link_end: '</a>' },
false,
......@@ -118,7 +118,7 @@ export default {
<template v-if="projects.length">
{{
__(
'To protect this issues confidentiality, a private fork of this project was selected.',
"To protect this issue's confidentiality, a private fork of this project was selected.",
)
}}
</template>
......
......@@ -14532,10 +14532,10 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr ""
msgid "To protect this issues confidentiality, %{link_start}fork the project%{link_end} and set the forks visiblity to private."
msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visiblity to private."
msgstr ""
msgid "To protect this issues confidentiality, a private fork of this project was selected."
msgid "To protect this issue's confidentiality, a private fork of this project was selected."
msgstr ""
msgid "To receive alerts from manually configured Prometheus services, add the following URL and Authorization key to your Prometheus webhook config file. Learn more about %{linkStart}configuring Prometheus%{linkEnd} to send alerts to GitLab."
......
......@@ -19,7 +19,7 @@ exports[`Confidential merge request project form group component renders empty s
<br />
<span>
To protect this issues confidentiality,
To protect this issue's confidentiality,
<a
class="help-link"
href="https://test.com"
......@@ -69,7 +69,7 @@ exports[`Confidential merge request project form group component renders fork dr
<br />
<span>
To protect this issues confidentiality,
To protect this issue's confidentiality,
<a
class="help-link"
href="https://test.com"
......
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