Commit fd9029d6 authored by Michel Engelen's avatar Michel Engelen

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

parent 490ab8c3
......@@ -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
......
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