Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f47ad4d6
Commit
f47ad4d6
authored
Jul 09, 2019
by
Patrick Bajao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo on confidential MR dropdown
Change issues to issue's
parent
bf172b11
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
app/assets/javascripts/confidential_merge_request/components/project_form_group.vue
...fidential_merge_request/components/project_form_group.vue
+2
-2
locale/gitlab.pot
locale/gitlab.pot
+2
-2
spec/frontend/confidential_merge_request/components/__snapshots__/project_form_group_spec.js.snap
.../components/__snapshots__/project_form_group_spec.js.snap
+2
-2
No files found.
app/assets/javascripts/confidential_merge_request/components/project_form_group.vue
View file @
f47ad4d6
...
...
@@ -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
>
...
...
locale/gitlab.pot
View file @
f47ad4d6
...
...
@@ -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."
...
...
spec/frontend/confidential_merge_request/components/__snapshots__/project_form_group_spec.js.snap
View file @
f47ad4d6
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment