diff --git a/features/steps/group/group.rb b/features/steps/group/group.rb
index 820d0ef2a1fa40590b7ceff9fbc20585ef8fb068..5e0c71581f1ccdf8d5b8881557a55317b2f3d4d0 100644
--- a/features/steps/group/group.rb
+++ b/features/steps/group/group.rb
@@ -89,7 +89,7 @@ class Groups < Spinach::FeatureSteps
   Then 'I should see newly created group "Samurai"' do
     page.should have_content "Samurai"
     page.should have_content "Tokugawa Shogunate"
-    page.should have_content "You will only see events from projects in this group"
+    page.should have_content "Currently you are only seeing events from the"
   end
 
   And 'I change group "Owned" name to "new-name"' do