diff --git a/src/postorius/forms.py b/src/postorius/forms.py index 7bdb071..2211cff 100644 --- a/src/postorius/forms.py +++ b/src/postorius/forms.py @@ -355,7 +355,7 @@ 'Discard: this simply discards the message, with no notice ' 'sent to the post\'s author.\n' 'Accept: accepts any postings without any further checks.\n' - 'Defer: default processing, run additional checks and accept ' + 'Default Processing: run additional checks and accept ' 'the message.')) default_nonmember_action = forms.ChoiceField( widget=forms.RadioSelect(),