diff --git a/src/postorius/forms.py b/src/postorius/forms.py index 91ec3f7..8da59c8 100644 --- a/src/postorius/forms.py +++ b/src/postorius/forms.py @@ -763,7 +763,7 @@ receive_list_copy = forms.NullBooleanField( widget=forms.RadioSelect(choices=choices), required=False, - label=_('Receive list copy'), + label=_('Avoid Duplicates'), help_text=_( 'When you are listed explicitly in the To: or Cc: headers of a ' 'list message, you can opt to not receive another copy from the '