diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-10-21 07:45:09 -0700 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-10-21 07:45:09 -0700 |
commit | 5717304098ae81285a5a616fb066e9ae7ea88f54 (patch) | |
tree | 52037dbe534f83a299458773fa8fc83c0e32fa80 /features | |
parent | 85be902e0847bc7a6d49f6b2186bd59e6841f959 (diff) | |
parent | 873bd3ad2d7e9f1961bd365f1a33b60930cc7233 (diff) | |
download | gitlab-ce-5717304098ae81285a5a616fb066e9ae7ea88f54.tar.gz |
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.rb | 2 |
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 |