summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-05-17 18:11:41 +0200
committerDouwe Maan <douwe@gitlab.com>2015-05-17 18:11:41 +0200
commitb606bfdcafea4322fd08700be42b6611a0274c45 (patch)
tree208fad232fc6d1e275a646d9783e67a574a64f01
parentc74375ae60970d812f034c34037d27ac47517c1d (diff)
downloadgitlab-ce-explain-wip-mr.tar.gz
-rw-r--r--app/views/projects/_issuable_form.html.haml2
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'