Commit 36c054cc authored by Patrick Bajao's avatar Patrick Bajao

Fix typo on confidential MR dropdown

Change issues to issue's
parent 37c24661
...@@ -41,7 +41,7 @@ export default { ...@@ -41,7 +41,7 @@ export default {
noForkText() { noForkText() {
return sprintf( 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>' }, { link_start: `<a href="${this.newForkPath}" class="help-link">`, link_end: '</a>' },
false, false,
...@@ -118,7 +118,7 @@ export default { ...@@ -118,7 +118,7 @@ export default {
<template v-if="projects.length"> <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> </template>
......
...@@ -14535,10 +14535,10 @@ msgstr "" ...@@ -14535,10 +14535,10 @@ msgstr ""
msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed." msgid "To preserve performance only <strong>%{display_size} of %{real_size}</strong> files are displayed."
msgstr "" 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 "" 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 "" 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." 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 ...@@ -19,7 +19,7 @@ exports[`Confidential merge request project form group component renders empty s
<br /> <br />
<span> <span>
To protect this issues confidentiality, To protect this issue's confidentiality,
<a <a
class="help-link" class="help-link"
href="https://test.com" href="https://test.com"
...@@ -69,7 +69,7 @@ exports[`Confidential merge request project form group component renders fork dr ...@@ -69,7 +69,7 @@ exports[`Confidential merge request project form group component renders fork dr
<br /> <br />
<span> <span>
To protect this issues confidentiality, To protect this issue's confidentiality,
<a <a
class="help-link" class="help-link"
href="https://test.com" 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