summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Dickenson <rdickenson@gitlab.com>2019-08-05 10:35:12 +1000
committerRussell Dickenson <rdickenson@gitlab.com>2019-08-05 13:10:09 +1000
commit84320853b6882666b76af4e6ae84b5cdd9221a1e (patch)
treeda8aae795e638207f89a256f1e7a365db9be2ed7
parent5ebbe95ad3211e4a751c38919ed7d31a6a0d5d50 (diff)
downloadgitlab-ce-fix-prioritized-spelling.tar.gz
Fix spelling error in UIfix-prioritized-spelling
-rw-r--r--app/views/projects/labels/index.html.haml2
-rw-r--r--spec/features/projects/labels/search_labels_spec.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/labels/index.html.haml b/app/views/projects/labels/index.html.haml
index 511d7a82d1b..72db9b4c6ab 100644
--- a/app/views/projects/labels/index.html.haml
+++ b/app/views/projects/labels/index.html.haml
@@ -28,7 +28,7 @@
= render partial: 'shared/label', collection: @prioritized_labels, as: :label, locals: { force_priority: true, subject: @project }
- elsif search.present?
.nothing-here-block
- = _('No prioritised labels with such name or description')
+ = _('No prioritized labels with such name or description')
- if @labels.present?
.other-labels
diff --git a/spec/features/projects/labels/search_labels_spec.rb b/spec/features/projects/labels/search_labels_spec.rb
index 2d5a138c3cc..e2eec7400ff 100644
--- a/spec/features/projects/labels/search_labels_spec.rb
+++ b/spec/features/projects/labels/search_labels_spec.rb
@@ -68,7 +68,7 @@ describe 'Search for labels', :js do
find('#label-search').native.send_keys(:enter)
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
page.within('.other-labels') do