Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-05-22 19:41:30 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-05-22 19:41:30 +0300
commit1a85f80b789ec966742fd58f21e8c347d2ac0a06 (patch)
treee6bcb55c70fe8294f84f2dffc3c60a6b5582cef8 /features/steps
parentaa060e68ee004ac0175682afd30357a26129c0de (diff)
Fix grammar and wording in text on various pages.
Diffstat (limited to 'features/steps')
-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