Skip to content
Snippets Groups Projects
Commit 88088921 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Merge branch '28558-update-copy' into 'master'

Update copy on Create merge request dropdown

See merge request !11304
parents 0b8c64b9 ecbb6e94
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