diff --git a/src/postorius/forms.py b/src/postorius/forms.py index e01bf01..f03cfbb 100644 --- a/src/postorius/forms.py +++ b/src/postorius/forms.py @@ -358,7 +358,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(),