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:
authorJacob Schatz <jschatz@gitlab.com>2016-05-25 22:26:22 +0300
committerJacob Schatz <jschatz@gitlab.com>2016-05-25 22:26:22 +0300
commit891c94852d455000641c9d437398360f635c4e0f (patch)
tree922eb3f6b6e5f541e956a27254bda488e25c3f4c /features/steps
parent820470af545b5f57ec87ab9046384799061c0749 (diff)
parentd1f99bcc1d52ebbbeab3a35c560f35edaff239c7 (diff)
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/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