Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Engelen <michel.engelen@diva-e.com>2019-06-12 16:19:47 +0300
committerMichel Engelen <michel@nomorejs.net>2019-07-02 15:29:03 +0300
commit9c4ea1a3a3993a6a108ab2655cbf1e49b0fd588c (patch)
treee021d3bd04073a6f89106b4609a9dbb0ffd6ebac /app/views/discussions
parent65f78d0bee878205d7a3219cfef8d340d24ef6b6 (diff)
renamed `discussion` to `thread` in popover from reply form button
Diffstat (limited to 'app/views/discussions')
-rw-r--r--app/views/discussions/_new_issue_for_discussion.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/discussions/_new_issue_for_discussion.html.haml b/app/views/discussions/_new_issue_for_discussion.html.haml
index 2bfe118c608..49d5378d62e 100644
--- a/app/views/discussions/_new_issue_for_discussion.html.haml
+++ b/app/views/discussions/_new_issue_for_discussion.html.haml
@@ -4,7 +4,7 @@
.btn-group{ role: "group", "v-if" => "showButton" }
= 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),
- title: 'Resolve this discussion in a new issue',
- aria: { label: 'Resolve this discussion in a new issue' },
+ title: 'Resolve this thread in a new issue',
+ aria: { label: 'Resolve this thread in a new issue' },
data: { container: 'body' },
class: 'new-issue-for-discussion btn btn-default discussion-create-issue-btn has-tooltip'