From b606bfdcafea4322fd08700be42b6611a0274c45 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Sun, 17 May 2015 18:11:41 +0200 Subject: Fix copy. --- app/views/projects/_issuable_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/_issuable_form.html.haml b/app/views/projects/_issuable_form.html.haml index 3141acf000d..f3464e5eb1c 100644 --- a/app/views/projects/_issuable_form.html.haml +++ b/app/views/projects/_issuable_form.html.haml @@ -18,7 +18,7 @@ This merge request is marked a Work In Progress. When it's ready, remove the WIP prefix from the title to allow it to be accepted. - else - To prevent this merge request from being accepted until it's ready, + To prevent this merge request from being accepted before it's ready, mark it a Work In Progress by starting the title with [WIP] or WIP:. .form-group.issuable-description = f.label :description, 'Description', class: 'control-label' -- cgit v1.2.1