Fix small typo on NotificationService

parent bde02026
...@@ -393,7 +393,7 @@ class NotificationService ...@@ -393,7 +393,7 @@ class NotificationService
) )
end end
# Build a list of users based on project notifcation settings # Build a list of users based on project notification settings
def select_project_member_setting(project, global_setting, users_global_level_watch) def select_project_member_setting(project, global_setting, users_global_level_watch)
users = notification_settings_for(project, :watch) users = notification_settings_for(project, :watch)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment