Commit 5320e595 authored by Michel Engelen's avatar Michel Engelen

renamed `discussion` to `thread` in popover from reply form button

parent a9d2db19
...@@ -25,7 +25,7 @@ export default { ...@@ -25,7 +25,7 @@ export default {
<gl-button <gl-button
v-gl-tooltip v-gl-tooltip
:href="url" :href="url"
:title="s__('MergeRequests|Resolve this discussion in a new issue')" :title="s__('MergeRequests|Resolve this thread in a new issue')"
class="new-issue-for-discussion discussion-create-issue-btn" class="new-issue-for-discussion discussion-create-issue-btn"
> >
<icon name="issue-new" /> <icon name="issue-new" />
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
.btn-group{ role: "group", "v-if" => "showButton" } .btn-group{ role: "group", "v-if" => "showButton" }
= link_to custom_icon('icon_mr_issue'), = link_to custom_icon('icon_mr_issue'),
new_project_issue_path(@project, merge_request_to_resolve_discussions_of: merge_request.iid, discussion_to_resolve: discussion.id), new_project_issue_path(@project, merge_request_to_resolve_discussions_of: merge_request.iid, discussion_to_resolve: discussion.id),
title: 'Resolve this discussion in a new issue', title: 'Resolve this thread in a new issue',
aria: { label: 'Resolve this discussion in a new issue' }, aria: { label: 'Resolve this thread in a new issue' },
data: { container: 'body' }, data: { container: 'body' },
class: 'new-issue-for-discussion btn btn-default discussion-create-issue-btn has-tooltip' class: 'new-issue-for-discussion btn btn-default discussion-create-issue-btn has-tooltip'
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