diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-05-17 18:11:41 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-05-17 18:11:41 +0200 |
commit | b606bfdcafea4322fd08700be42b6611a0274c45 (patch) | |
tree | 208fad232fc6d1e275a646d9783e67a574a64f01 /app | |
parent | c74375ae60970d812f034c34037d27ac47517c1d (diff) | |
download | gitlab-ce-b606bfdcafea4322fd08700be42b6611a0274c45.tar.gz |
Fix copy.explain-wip-mr
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/_issuable_form.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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 <strong>Work In Progress</strong>. When it's ready, remove the <code>WIP</code> 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 <strong>Work In Progress</strong> by starting the title with <code>[WIP]</code> or <code>WIP:</code>. .form-group.issuable-description = f.label :description, 'Description', class: 'control-label' |