]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/email.py
Disables the recaptcha feature for a while. It was causing some nasty bugs.
[osqa.git] / forum / settings / email.py
index 2a46e294bb101132de37f8a6034803603911dc30..4c9486a5dd7a57b46778e465362300342368a7a0 100644 (file)
@@ -11,7 +11,7 @@ EMAIL_SUBSCRIBE_CHOICES = (
 )\r
 \r
 INITIAL_EMAIL_SUBSCRIBE_OPTION = Setting('INITIAL_EMAIL_SUBSCRIBE_OPTION', 'y', EMAIL_SET, dict(\r
-label = _("Default email subscription "),\r
+label = _("Default email subscription"),\r
 widget=RadioSelect,\r
 choices=EMAIL_SUBSCRIBE_CHOICES,\r
 help_text = _("Choose what should be the default email subscription status while registering."),\r