Commit f47ad4d6 authored by Patrick Bajao's avatar Patrick Bajao

Fix typo on confidential MR dropdown

Change issues to issue's
parent bf172b11
...@@ -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>
......
...@@ -11224,10 +11224,10 @@ msgstr "" ...@@ -11224,10 +11224,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 see all the user's personal access tokens you must impersonate them first." msgid "To see all the user's personal access tokens you must impersonate them first."
......
...@@ -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