summaryrefslogtreecommitdiffstats
path: root/forum/authentication/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum/authentication/forms.py')
-rwxr-xr-xforum/authentication/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/authentication/forms.py b/forum/authentication/forms.py
index 7fa06b01..24e76c08 100755
--- a/forum/authentication/forms.py
+++ b/forum/authentication/forms.py
@@ -39,7 +39,7 @@ class TemporaryLoginRequestForm(forms.Form):
class SimpleEmailSubscribeForm(forms.Form):
SIMPLE_SUBSCRIBE_CHOICES = (
('y',_('okay, let\'s try!')),
- ('n',_('no OSQA community email please, thanks'))
+ ('n',_('no community email please, thanks'))
)
subscribe = forms.ChoiceField(widget=forms.widgets.RadioSelect(), \
error_messages={'required':_('please choose one of the options above')},