diff --git a/app/views/notifications/show.html.haml b/app/views/notifications/show.html.haml
index f4ac482..0697470 100644
--- a/app/views/notifications/show.html.haml
+++ b/app/views/notifications/show.html.haml
@@ -42,7 +42,7 @@
%ul.well-list
- @users_groups.each do |users_group|
- notification = Notification.new(users_group)
- = render 'settings', type: 'project', membership: users_group, notification: notification
+ = render 'settings', type: 'group', membership: users_group, notification: notification
%h5 Projects:
%ul.well-list
--
libgit2 0.21.2