Commit 3c2abdbe authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'fix-prioritized-spelling-port-from-ce' into 'master'

Fix spelling error in UI

See merge request gitlab-org/gitlab!17022
parents 159e9869 3786d978
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
= render partial: 'shared/label', collection: @prioritized_labels, as: :label, locals: { force_priority: true, subject: @project } = render partial: 'shared/label', collection: @prioritized_labels, as: :label, locals: { force_priority: true, subject: @project }
- elsif search.present? - elsif search.present?
.nothing-here-block .nothing-here-block
= _('No prioritised labels with such name or description') = _('No prioritized labels with such name or description')
- if @labels.present? - if @labels.present?
.other-labels .other-labels
......
...@@ -11285,7 +11285,7 @@ msgstr "" ...@@ -11285,7 +11285,7 @@ msgstr ""
msgid "No preview for this file type" msgid "No preview for this file type"
msgstr "" msgstr ""
msgid "No prioritised labels with such name or description" msgid "No prioritized labels with such name or description"
msgstr "" msgstr ""
msgid "No public groups" msgid "No public groups"
......
...@@ -68,7 +68,7 @@ describe 'Search for labels', :js do ...@@ -68,7 +68,7 @@ describe 'Search for labels', :js do
find('#label-search').native.send_keys(:enter) find('#label-search').native.send_keys(:enter)
page.within('.prioritized-labels') do page.within('.prioritized-labels') do
expect(page).to have_content('No prioritised labels with such name or description') expect(page).to have_content('No prioritized labels with such name or description')
end end
page.within('.other-labels') do page.within('.other-labels') do
......
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