Skip to content
Snippets Groups Projects
Commit e86e87fa authored by Stan Hu's avatar Stan Hu
Browse files

Merge pull request #9669 from aaronsnyder/admin-labels-grammar

Fix grammar in admin area labels when no labels exist
parents e2016ba3 a9cfa6c5
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -12,6 +12,7 @@ v 8.1.0 (unreleased)
- Show CI status on Your projects page and Starred projects page
- Remove "Continuous Integration" page from dashboard
- Add notes and SSL verification entries to hook APIs (Ben Boeckel)
- Fix grammar in admin area "labels" .nothing-here-block when no labels exist.
 
v 8.0.3 (unreleased)
 
Loading
Loading
Loading
Loading
@@ -12,5 +12,5 @@
= paginate @labels, theme: 'gitlab'
- else
.light-well
.nothing-here-block There are no any labels yet
\ No newline at end of file
.nothing-here-block There are no labels yet
Loading
Loading
@@ -38,7 +38,7 @@ class Spinach::Features::AdminIssuesLabels < Spinach::FeatureSteps
 
step 'I should see labels help message' do
page.within '.labels' do
expect(page).to have_content 'There are no any labels yet'
expect(page).to have_content 'There are no labels yet'
end
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment