diff --git a/app/main/forms.py b/app/main/forms.py index 9762917b5..68c749dec 100644 --- a/app/main/forms.py +++ b/app/main/forms.py @@ -1422,7 +1422,7 @@ class BrandingOptionsEmail(StripWhitespaceForm): self.something_else_is_only_option or self.options.data == self.FALLBACK_OPTION_VALUE ) and not field.data: - raise ValidationError('Can’t be empty') + raise ValidationError('Cannot be empty') if self.options.data != self.FALLBACK_OPTION_VALUE: field.data = ''