From baf8a4ae1828213f8948f6f3bc32505d86e07c27 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 28 Jul 2020 09:25:10 +0200 Subject: [PATCH] Update src/pretix/control/forms/event.py --- src/pretix/control/forms/event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/control/forms/event.py b/src/pretix/control/forms/event.py index 2ba922cb7..1861ef1c0 100644 --- a/src/pretix/control/forms/event.py +++ b/src/pretix/control/forms/event.py @@ -764,7 +764,7 @@ class MailSettingsForm(SettingsForm): mail_sales_channel_placed_paid = forms.MultipleChoiceField( choices=lambda: [(ident, sc.verbose_name) for ident, sc in get_all_sales_channels().items()], - label=_('Sales Channels for Checkout Emails'), + label=_('Sales channels for checkout emails'), help_text=_('The order placed and paid emails will only be send to orders from these sales channels. ' 'The online shop must be enabled.'), widget=forms.CheckboxSelectMultiple(