Commit 8641e274 authored by Russell Dickenson's avatar Russell Dickenson Committed by Frédéric Caplette

Improve UI text for style compliance

Changelog: changed
parent 2a36ac0c
- if @project.feature_available?(:issuable_default_templates)
%p= s_('ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests.')
%p= s_('ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions.')
- else
%p= s_('ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions.')
%p= s_('ProjectSettings|Choose your merge method, options, checks, and squash options.')
......@@ -124,7 +124,7 @@ RSpec.describe 'Project settings > [EE] Merge Requests', :js do
it "does not mention the merge request template in the section's description text" do
visit edit_project_path(project)
expect(page).to have_content('Choose your merge method, merge options, merge checks, and merge suggestions.')
expect(page).to have_content('Choose your merge method, options, checks, and squash options.')
end
end
......@@ -142,7 +142,7 @@ RSpec.describe 'Project settings > [EE] Merge Requests', :js do
it "mentions the merge request template in the section's description text" do
visit edit_project_path(project)
expect(page).to have_content('Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests.')
expect(page).to have_content('Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions.')
end
end
end
......
......@@ -27973,10 +27973,13 @@ msgstr ""
msgid "ProjectSettings|Checkbox is visible and unselected by default."
msgstr ""
msgid "ProjectSettings|Choose the method, options, checks, and squash options for merge requests. You can also set up merge request templates for different actions."
msgstr ""
msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr ""
msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
msgid "ProjectSettings|Choose your merge method, options, checks, and squash options."
msgstr ""
msgid "ProjectSettings|Configure your project resources and monitor their health."
......
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