Skip to content
Snippets Groups Projects
Commit 33564b11 authored by jurre's avatar jurre
Browse files

Make 'unmarked as WIP' message more consistent

parent d84cfeaf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -146,7 +146,7 @@ module SystemNoteService
end
 
def remove_merge_request_wip(noteable, project, author)
body = 'unmarked as a Work In Progress'
body = 'unmarked as a **Work In Progress**'
 
create_note(noteable: noteable, project: project, author: author, note: body)
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment