summaryrefslogtreecommitdiff
path: root/features/steps/project/issues
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-05-22 10:41:30 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-05-22 10:41:30 -0600
commit1a85f80b789ec966742fd58f21e8c347d2ac0a06 (patch)
treee6bcb55c70fe8294f84f2dffc3c60a6b5582cef8 /features/steps/project/issues
parentaa060e68ee004ac0175682afd30357a26129c0de (diff)
downloadgitlab-ce-1a85f80b789ec966742fd58f21e8c347d2ac0a06.tar.gz
Fix grammar and wording in text on various pages.
Diffstat (limited to 'features/steps/project/issues')
-rw-r--r--features/steps/project/issues/labels.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/project/issues/labels.rb b/features/steps/project/issues/labels.rb
index 0ca2d6257c3..8d87f6a7a58 100644
--- a/features/steps/project/issues/labels.rb
+++ b/features/steps/project/issues/labels.rb
@@ -24,8 +24,8 @@ class Spinach::Features::ProjectIssuesLabels < Spinach::FeatureSteps
step 'I should see labels help message' do
page.within '.labels' do
- expect(page).to have_content 'Create first label or generate default set of '\
- 'labels'
+ expect(page).to have_content 'Create a label or generate a default set '\
+ 'of labels'
end
end