Skip to content
Snippets Groups Projects
Commit ecbb6e94 authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Update copy on Create merge request dropdown

parent ea5d43a3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
@@ -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}'.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment