Commit ecbb6e94 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Update copy on Create merge request dropdown

parent ea5d43a3
......@@ -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}'.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment