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 Vosmaer <contact@jacobvosmaer.nl>2013-10-21 18:45:09 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2013-10-21 18:45:09 +0400
commit5717304098ae81285a5a616fb066e9ae7ea88f54 (patch)
tree52037dbe534f83a299458773fa8fc83c0e32fa80 /features
parent85be902e0847bc7a6d49f6b2186bd59e6841f959 (diff)
parent873bd3ad2d7e9f1961bd365f1a33b60930cc7233 (diff)
Merge pull request #5359 from dpursehouse/update-some-labels
Minor grammatical updates in some of the labels.
Diffstat (limited to 'features')
-rw-r--r--features/steps/shared/project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/project.rb b/features/steps/shared/project.rb
index c5d8b62bfe7..cef66b038db 100644
--- a/features/steps/shared/project.rb
+++ b/features/steps/shared/project.rb
@@ -47,7 +47,7 @@ module SharedProject
Then 'I should see project settings' do
current_path.should == edit_project_path(@project)
- page.should have_content("Project name is")
+ page.should have_content("Project name")
page.should have_content("Features:")
end