diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-05-22 10:41:30 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-05-22 10:41:30 -0600 |
commit | 1a85f80b789ec966742fd58f21e8c347d2ac0a06 (patch) | |
tree | e6bcb55c70fe8294f84f2dffc3c60a6b5582cef8 /features/steps | |
parent | aa060e68ee004ac0175682afd30357a26129c0de (diff) | |
download | gitlab-ce-1a85f80b789ec966742fd58f21e8c347d2ac0a06.tar.gz |
Fix grammar and wording in text on various pages.
Diffstat (limited to 'features/steps')
-rw-r--r-- | features/steps/project/issues/labels.rb | 4 |
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 |