diff --git a/openwisp_notifications/types.py b/openwisp_notifications/types.py index 3b4eafe3..2ae7a4e9 100644 --- a/openwisp_notifications/types.py +++ b/openwisp_notifications/types.py @@ -17,7 +17,7 @@ 'email_notification': True, 'web_notification': True, }, - 'general_message': { + 'generic_message': { 'level': 'info', 'verb': 'generic verb', 'verbose_name': 'Generic Type', @@ -35,7 +35,7 @@ NOTIFICATION_CHOICES = [ ('default', 'Default Type'), - ('general_message', 'General Message Type'), + ('generic_message', 'Generic Message Type'), ] NOTIFICATION_ASSOCIATED_MODELS = set()