summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-05-11 18:28:31 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-05-11 18:28:31 +0000
commit88088921738079a31c072477082717e55db3e689 (patch)
treeeb30ca1278cb93a9f8201d10a35fea181e1db907
parent0b8c64b9dec022d5d96253dd979313a3bdedd0e1 (diff)
parentecbb6e940c71e29d4a7043a42d1baa991cac0958 (diff)
downloadgitlab-ce-88088921738079a31c072477082717e55db3e689.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}'.