summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Engelen <michel.engelen@diva-e.com>2019-06-14 09:11:45 +0200
committerMichel Engelen <michel.engelen@diva-e.com>2019-06-14 09:11:45 +0200
commita3126ecbc1d9816d63618b7ce2bbc51c83235501 (patch)
treeae4a53c461586fd2d55684f8a5ca9fe3d2376be9
parent6b50d23dcbc0bd1b21d2aa61edd63cec0e1040b8 (diff)
downloadgitlab-ce-a3126ecbc1d9816d63618b7ce2bbc51c83235501.tar.gz
replaced string `discussion` wit `thread` in comment-button template
-rw-r--r--app/views/shared/notes/_comment_button.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/notes/_comment_button.html.haml b/app/views/shared/notes/_comment_button.html.haml
index c3f5eeb0da6..8d74eacc7dc 100644
--- a/app/views/shared/notes/_comment_button.html.haml
+++ b/app/views/shared/notes/_comment_button.html.haml
@@ -18,11 +18,11 @@
%li.divider.droplab-item-ignore
- %li#discussion{ data: { value: 'DiscussionNote', 'submit-text' => _('Start discussion'), 'close-text' => _("Start discussion & close %{noteable_name}") % { noteable_name: noteable_name }, 'reopen-text' => _("Start discussion & reopen %{noteable_name}") % { noteable_name: noteable_name } } }
+ %li#discussion{ data: { value: 'DiscussionNote', 'submit-text' => _('Start thread'), 'close-text' => _("Start thread & close %{noteable_name}") % { noteable_name: noteable_name }, 'reopen-text' => _("Start thread & reopen %{noteable_name}") % { noteable_name: noteable_name } } }
%button.btn.btn-transparent
= icon('check', class: 'icon')
.description
- %strong= _("Start discussion")
+ %strong= _("Start thread")
%p
= succeed '.' do
- if @note.noteable.supports_resolvable_notes?