summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Engelen <michel.engelen@diva-e.com>2019-06-14 09:11:31 +0200
committerMichel Engelen <michel.engelen@diva-e.com>2019-06-14 09:11:31 +0200
commit6b50d23dcbc0bd1b21d2aa61edd63cec0e1040b8 (patch)
treec96b0a6bcc06446986a8ee06f5cc1dd4f1fb554e
parent15c2a9b8913a77b05604704a831066e35c522abf (diff)
downloadgitlab-ce-6b50d23dcbc0bd1b21d2aa61edd63cec0e1040b8.tar.gz
replaced string `discussion` wit `thread` in discussion template
-rw-r--r--app/views/discussions/_discussion.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/discussions/_discussion.html.haml b/app/views/discussions/_discussion.html.haml
index cc4d2ab64fa..9659d416a38 100644
--- a/app/views/discussions/_discussion.html.haml
+++ b/app/views/discussions/_discussion.html.haml
@@ -18,7 +18,7 @@
.inline.discussion-headline-light
= discussion.author.to_reference
- started a discussion
+ started a thread
- url = discussion_path(discussion)
- if discussion.for_commit? && @noteable != discussion.noteable