mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
fix name
This commit is contained in:
@@ -765,7 +765,8 @@ 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'),
|
||||
help_text=_('The order placed and paid emails will only be send to orders from these sales channels. The online shop must be enabled.'),
|
||||
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(
|
||||
attrs={'class': 'scrolling-multiple-choice'}
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user