summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-05-11 18:28:31 +0000
committerRegis <boudinot.regis@yahoo.com>2017-05-19 15:34:18 -0600
commit8087c70cac3de440cef55fcd64f516736e06b4dc (patch)
tree0d4a8afa8f57b5f34b2caa0021a720fb0c26a40c
parentce00dc80e9b272026e86a040be2523e33093858d (diff)
downloadgitlab-ce-8087c70cac3de440cef55fcd64f516736e06b4dc.tar.gz
Merge branch '28558-update-copy' into 'master'
Update copy on Create merge request dropdown See merge request !11304
-rw-r--r--app/views/projects/issues/_new_branch.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/issues/_new_branch.html.haml b/app/views/projects/issues/_new_branch.html.haml
index 6bc6bf76e18..dba092c8844 100644
--- a/app/views/projects/issues/_new_branch.html.haml
+++ b/app/views/projects/issues/_new_branch.html.haml
@@ -17,7 +17,7 @@
.description
%strong Create a merge request
%span
- Creates a branch named after this issue and a merge request. The source branch is '#{@project.default_branch}' by default.
+ Creates a merge request named after this issue, with source branch created from '#{@project.default_branch}'.
%li.divider.droplab-item-ignore
%li{ role: 'button', data: { value: 'create-branch', 'text' => 'Create a branch' } }
.menu-item
@@ -26,4 +26,4 @@
.description
%strong Create a branch
%span
- Creates a branch named after this issue. The source branch is '#{@project.default_branch}' by default.
+ Creates a branch named after this issue, from '#{@project.default_branch}'.