Skip to content
Snippets Groups Projects
Commit f47ad4d6 authored by Patrick Bajao's avatar Patrick Bajao
Browse files

Fix typo on confidential MR dropdown

Change issues to issue's
parent bf172b11
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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,
Loading
Loading
@@ -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>
Loading
Loading
Loading
Loading
@@ -11224,10 +11224,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 see all the user's personal access tokens you must impersonate them first."
Loading
Loading
Loading
Loading
@@ -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"
Loading
Loading
@@ -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"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment