Skip to content

Commit

Permalink
[chore] Rename general to generic message types
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhanus3133 committed May 23, 2024
1 parent 581cc90 commit a7c792d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openwisp_notifications/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'email_notification': True,
'web_notification': True,
},
'general_message': {
'generic_message': {
'level': 'info',
'verb': 'generic verb',
'verbose_name': 'Generic Type',
Expand All @@ -35,7 +35,7 @@

NOTIFICATION_CHOICES = [
('default', 'Default Type'),
('general_message', 'General Message Type'),
('generic_message', 'Generic Message Type'),
]
NOTIFICATION_ASSOCIATED_MODELS = set()

Expand Down

0 comments on commit a7c792d

Please sign in to comment.