diff --git a/bizdev/models.py b/bizdev/models.py index 26d6948..5f4b93d 100644 --- a/bizdev/models.py +++ b/bizdev/models.py @@ -29,8 +29,8 @@ class DeclinationReason(models.TextChoices): UNKNOWN = 'UNKNOWN', 'Unknown' class ActivityType(models.TextChoices): - MAIL = 'MAIL', 'Mailing List' - SMS = 'SMS', 'SMS Campaign' + MAIL = 'MAIL', 'Mail' + SMS = 'SMS', 'SMS' CALL = 'CALL', 'Call' PRESS = 'PRESS', 'Press Release' WORD_OF_MOUTH = 'WORD_OF_MOUTH', 'Word of mouth'