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
63854246
Commit
63854246
authored
Jun 14, 2019
by
Michel Engelen
Committed by
Michel Engelen
Jul 02, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replaced string `discussion` wit `thread` in noteable-discussion component
parent
791bf1cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
app/assets/javascripts/notes/components/noteable_discussion.vue
...sets/javascripts/notes/components/noteable_discussion.vue
+6
-6
No files found.
app/assets/javascripts/notes/components/noteable_discussion.vue
View file @
63854246
...
...
@@ -174,22 +174,22 @@ export default {
active
:
isActive
,
}
=
this
.
discussion
;
let
text
=
s__
(
'
MergeRequests|started a
discussion
'
);
let
text
=
s__
(
'
MergeRequests|started a
thread
'
);
if
(
isForCommit
)
{
text
=
s__
(
'
MergeRequests|started a
discussion
on commit %{linkStart}%{commitId}%{linkEnd}
'
,
'
MergeRequests|started a
thread
on commit %{linkStart}%{commitId}%{linkEnd}
'
,
);
}
else
if
(
isDiffDiscussion
&&
commitId
)
{
text
=
isActive
?
s__
(
'
MergeRequests|started a
discussion
on commit %{linkStart}%{commitId}%{linkEnd}
'
)
?
s__
(
'
MergeRequests|started a
thread
on commit %{linkStart}%{commitId}%{linkEnd}
'
)
:
s__
(
'
MergeRequests|started a
discussion
on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}
'
,
'
MergeRequests|started a
thread
on an outdated change in commit %{linkStart}%{commitId}%{linkEnd}
'
,
);
}
else
if
(
isDiffDiscussion
)
{
text
=
isActive
?
s__
(
'
MergeRequests|started a
discussion
on %{linkStart}the diff%{linkEnd}
'
)
?
s__
(
'
MergeRequests|started a
thread
on %{linkStart}the diff%{linkEnd}
'
)
:
s__
(
'
MergeRequests|started a
discussion
on %{linkStart}an old version of the diff%{linkEnd}
'
,
'
MergeRequests|started a
thread
on %{linkStart}an old version of the diff%{linkEnd}
'
,
);
}
...
...
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