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

Update copy on Create merge request dropdown

Former-commit-id: ecbb6e94
parent 5fdaf78a
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