diff --git a/features/steps/shared/project.rb b/features/steps/shared/project.rb
index ea5f9580308e05962a45c852c34de597509a2235..ce9ea7ee18af74666b9e6326911a08b4fb610325 100644
--- a/features/steps/shared/project.rb
+++ b/features/steps/shared/project.rb
@@ -95,7 +95,7 @@ module SharedProject
   step 'I should see project settings' do
     expect(current_path).to eq edit_namespace_project_path(@project.namespace, @project)
     expect(page).to have_content("Project name")
-    expect(page).to have_content("Features:")
+    expect(page).to have_content("Features")
   end
 
   def current_project