Commit dc75204b authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch 'fix-semi-linear-merge-description' into 'master'

Project settings: fix semi-linear merge description

See merge request gitlab-org/gitlab!82261
parents 7f7ca69c 7e2b1325
......@@ -19,9 +19,9 @@
.text-secondary
= s_('ProjectSettings|Every merge creates a merge commit.')
%br
= s_('ProjectSettings|Fast-forward merges only.')
= s_('ProjectSettings|Merging is only allowed when the source branch is up-to-date with its target.')
%br
= s_('ProjectSettings|When there is a merge conflict, the user is given the option to rebase.')
= s_('ProjectSettings|When semi-linear merge is not possible, the user is given the option to rebase.')
.form-check.mb-2
= form.radio_button :merge_method, :ff, class: "js-merge-method-radio form-check-input", data: { qa_selector: 'merge_ff_radio' }
......
......@@ -28886,6 +28886,9 @@ msgstr ""
msgid "ProjectSettings|Merge suggestions"
msgstr ""
msgid "ProjectSettings|Merging is only allowed when the source branch is up-to-date with its target."
msgstr ""
msgid "ProjectSettings|No merge commits are created."
msgstr ""
......@@ -29057,6 +29060,9 @@ msgstr ""
msgid "ProjectSettings|When merge request pipelines are enabled in the CI/CD configuration file, pipelines validate the combined results of the source and target branches. %{link_start}How to configure merge request pipelines?%{link_end}"
msgstr ""
msgid "ProjectSettings|When semi-linear merge is not possible, the user is given the option to rebase."
msgstr ""
msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
msgstr ""
......
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