diff --git a/src/postorius/forms.py b/src/postorius/forms.py index 92ff18b..8687e5b 100644 --- a/src/postorius/forms.py +++ b/src/postorius/forms.py @@ -704,9 +704,9 @@ help_text=_( 'The following formats are accepted:\n' 'jdoe@example.com\n' - '\n' - 'John Doe \n' - '"John Doe" \n' + '<jdoe@example.com>\n' + 'John Doe <jdoe@example.com>\n' + '"John Doe" <jdoe@example.com>\n' 'jdoe@example.com (John Doe)\n' 'Use the last three to associate a display name with' ' the address\n'),