Clarify mail subject prefix. (#520)

This commit is contained in:
Tobias Kunze
2017-07-19 10:42:34 +02:00
committed by Raphael Michel
parent 8a3fa6aff6
commit 9c2143effe

View File

@@ -525,8 +525,8 @@ class InvoiceSettingsForm(SettingsForm):
class MailSettingsForm(SettingsForm):
mail_prefix = forms.CharField(
label=_("Subject prefix"),
help_text=_("This will be prepended to the subject of all outgoing emails. This could be a short form of "
"your event name."),
help_text=_("This will be prepended to the subject of all outgoing emails, formatted as [prefix]. "
"Choose, for example, a short form of your event name."),
required=False
)
mail_from = forms.EmailField(