summaryrefslogtreecommitdiff
path: root/features/steps/admin/labels.rb
diff options
context:
space:
mode:
authorAaron Snyder <=>2015-09-25 21:14:16 -0700
committerAaron Snyder <=>2015-09-26 11:25:26 -0700
commita9cfa6c50819a959db9f62efe57803f667c92967 (patch)
tree6418213c73c2b0a8078a23e6d5338f1ef10bc513 /features/steps/admin/labels.rb
parentb623391720e2687ca88c6bf1166ee571d85807fa (diff)
downloadgitlab-ce-a9cfa6c50819a959db9f62efe57803f667c92967.tar.gz
Fix grammar in admin area labels .nothing-here-block when no labels exist.
updating admin area > "Labels" text to "There are no labels yet.", per Stan Hus suggestion.
Diffstat (limited to 'features/steps/admin/labels.rb')
-rw-r--r--features/steps/admin/labels.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/admin/labels.rb b/features/steps/admin/labels.rb
index d64380abf73..b45d98658bc 100644
--- a/features/steps/admin/labels.rb
+++ b/features/steps/admin/labels.rb
@@ -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