changed string `discussion` to `thread` in timeline update ("[user] resolved all threads")

This commit is contained in:
Michel Engelen 2019-06-12 14:24:39 +02:00 committed by Michel Engelen
parent 83a977f00d
commit 6bd8b744a9
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ module SystemNoteService
end
def resolve_all_discussions(merge_request, project, author)
body = "resolved all discussions"
body = "resolved all threads"
create_note(NoteSummary.new(merge_request, project, author, body, action: 'discussion'))
end