Commit be8b3398 authored by Michal Čihař's avatar Michal Čihař

Fix comment

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent ad0fd5e2
......@@ -550,7 +550,7 @@ class Profile(models.Model):
# Check whether user is still allowed to access this project
if not translation_obj.has_acl(self.user):
return
# Actually send notification
# Generate notification
return get_notification_email(
self.language,
self.user.email,
......
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