Commit 3786d978 authored by Russell Dickenson's avatar Russell Dickenson Committed by Natalia Tepluhina

Fix spelling error in UI

parent 159e9869
...@@ -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