diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-05-25 19:26:22 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2016-05-25 19:26:22 +0000 |
commit | 891c94852d455000641c9d437398360f635c4e0f (patch) | |
tree | 922eb3f6b6e5f541e956a27254bda488e25c3f4c /features | |
parent | 820470af545b5f57ec87ab9046384799061c0749 (diff) | |
parent | d1f99bcc1d52ebbbeab3a35c560f35edaff239c7 (diff) | |
download | gitlab-ce-891c94852d455000641c9d437398360f635c4e0f.tar.gz |
Merge branch 'fix-grammar-issues' into 'master'
Fix grammar and wording in text on various pages.
## What does this MR do?
Fixes various grammatical and/or wording issues I found while copyediting on the plane :)
## Why was this MR needed?
Incorrect grammar and weird/confusing wording makes the product look less polished and professional.
See merge request !4237
Diffstat (limited to 'features')
-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 |