diff --git a/src/backend/meet/settings.py b/src/backend/meet/settings.py index 0c81f945..a39af6ce 100755 --- a/src/backend/meet/settings.py +++ b/src/backend/meet/settings.py @@ -459,13 +459,9 @@ class Base(Configuration): # Marketing and communication settings SIGNUP_NEW_USER_TO_MARKETING_EMAIL = values.BooleanValue( - False, + False, # When enabled, new users are automatically added to mailing list. environ_name="SIGNUP_NEW_USER_TO_MARKETING_EMAIL", environ_prefix=None, - help_text=( - "When enabled, new users are automatically added to mailing list " - "for product updates, marketing communications, and customized emails. " - ), ) MARKETING_SERVICE_CLASS = values.Value( "core.services.marketing_service.BrevoMarketingService",