Commit fd2e1290 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Update copy; add monospace font to branch names

parent 6f91ceec
...@@ -11,6 +11,6 @@ ...@@ -11,6 +11,6 @@
Showing Showing
%strong.cred {{conflictsCountText}} %strong.cred {{conflictsCountText}}
between between
%strong {{conflictsData.sourceBranch}} %strong.ref-name {{conflictsData.sourceBranch}}
and and
%strong {{conflictsData.targetBranch}} %strong.ref-name {{conflictsData.targetBranch}}
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
.col-md-4 .col-md-4
%h4 Resolve conflicts on source branch %h4 Resolve conflicts on source branch
.resolve-info .resolve-info
Resolve the merge conflict by choosing You can resolve the merge conflict using either the Interactive mode, by choosing
%code Use ours %code Use ours
or or
%code Use theirs %code Use theirs
in all the conflicted files above. Commit these changes into buttons, or by editing the files directly. Commit these changes into
#{link_to @merge_request.source_branch, project_tree_path(@merge_request.project, @merge_request.source_branch)}. #{link_to @merge_request.source_branch, project_tree_path(@merge_request.project, @merge_request.source_branch), class: "ref-name"}.
.col-md-8 .col-md-8
%label.label-light{ "for" => "commit-message" } %label.label-light{ "for" => "commit-message" }
#{ _('Commit message') } #{ _('Commit message') }
......
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