forked from CGM_Public/pretix_original
Improve labels in mail settings for incomplete payments (#4444)
This commit is contained in:
committed by
GitHub
parent
7efe7b5ff7
commit
2b53d04a19
@@ -1143,12 +1143,12 @@ class MailSettingsForm(FormPlaceholderMixin, SettingsForm):
|
||||
widget=I18nTextInput,
|
||||
)
|
||||
mail_subject_order_incomplete_payment = I18nFormField(
|
||||
label=_("Subject"),
|
||||
label=_("Subject (if an incomplete payment was received)"),
|
||||
required=False,
|
||||
widget=I18nTextInput,
|
||||
)
|
||||
mail_text_order_incomplete_payment = I18nFormField(
|
||||
label=_("Text"),
|
||||
label=_("Text (if an incomplete payment was received)"),
|
||||
required=False,
|
||||
widget=I18nMarkdownTextarea,
|
||||
help_text=_("This email only applies to payment methods that can receive incomplete payments, "
|
||||
|
||||
Reference in New Issue
Block a user