Commit 7e2b1325 authored by Piotr Stankowski's avatar Piotr Stankowski

Project settings: fix semi-linear merge description

Changelog: fixed
parent 46ae611f
...@@ -19,9 +19,9 @@ ...@@ -19,9 +19,9 @@
.text-secondary .text-secondary
= s_('ProjectSettings|Every merge creates a merge commit.') = s_('ProjectSettings|Every merge creates a merge commit.')
%br %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 %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-check.mb-2
= form.radio_button :merge_method, :ff, class: "js-merge-method-radio form-check-input", data: { qa_selector: 'merge_ff_radio' } = form.radio_button :merge_method, :ff, class: "js-merge-method-radio form-check-input", data: { qa_selector: 'merge_ff_radio' }
......
...@@ -28883,6 +28883,9 @@ msgstr "" ...@@ -28883,6 +28883,9 @@ msgstr ""
msgid "ProjectSettings|Merge suggestions" msgid "ProjectSettings|Merge suggestions"
msgstr "" 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." msgid "ProjectSettings|No merge commits are created."
msgstr "" msgstr ""
...@@ -29054,6 +29057,9 @@ msgstr "" ...@@ -29054,6 +29057,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}" 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 "" 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." msgid "ProjectSettings|When there is a merge conflict, the user is given the option to rebase."
msgstr "" 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