X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/4439fa35984bca40f3105a5382be30b305bd9ebf..fdb19c9a18ceb90295c89929282d373c24de7b6e:/forum/settings/email.py diff --git a/forum/settings/email.py b/forum/settings/email.py index 1a673b2..ea96940 100644 --- a/forum/settings/email.py +++ b/forum/settings/email.py @@ -37,7 +37,7 @@ required=False)) EMAIL_SUBJECT_PREFIX = Setting('EMAIL_SUBJECT_PREFIX', '', EMAIL_SET, dict( label = _("Email subject prefix"), -help_text = _("Every email sent through your website will have the subject prefixed by this string. It's usually a good idea to have such a prefix so your users can easilly set up a filter on theyr email clients."), +help_text = _("Every email sent through your website will have the subject prefixed by this string. It's usually a good idea to have such a prefix so your users can easily set up a filter on theyr email clients."), required=False)) EMAIL_FOOTER_TEXT = Setting(u'EMAIL_FOOTER_TEXT', '', EMAIL_SET, dict(