mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Clarify mail subject prefix. (#520)
This commit is contained in:
committed by
Raphael Michel
parent
8a3fa6aff6
commit
9c2143effe
@@ -525,8 +525,8 @@ class InvoiceSettingsForm(SettingsForm):
|
|||||||
class MailSettingsForm(SettingsForm):
|
class MailSettingsForm(SettingsForm):
|
||||||
mail_prefix = forms.CharField(
|
mail_prefix = forms.CharField(
|
||||||
label=_("Subject prefix"),
|
label=_("Subject prefix"),
|
||||||
help_text=_("This will be prepended to the subject of all outgoing emails. This could be a short form of "
|
help_text=_("This will be prepended to the subject of all outgoing emails, formatted as [prefix]. "
|
||||||
"your event name."),
|
"Choose, for example, a short form of your event name."),
|
||||||
required=False
|
required=False
|
||||||
)
|
)
|
||||||
mail_from = forms.EmailField(
|
mail_from = forms.EmailField(
|
||||||
|
|||||||
Reference in New Issue
Block a user