forked from CGM_Public/pretix_original
Update help text
This commit is contained in:
@@ -2951,7 +2951,7 @@ Your {organizer} team""")) # noqa: W291
|
|||||||
'serializer_class': serializers.BooleanField,
|
'serializer_class': serializers.BooleanField,
|
||||||
'form_kwargs': dict(
|
'form_kwargs': dict(
|
||||||
label=_('Show event title even if a header image is present'),
|
label=_('Show event title even if a header image is present'),
|
||||||
help_text=_('The title will only be shown on the event front page. If no header image is uploaded for the event, but the header image '
|
help_text=_('If no header image is uploaded for the event, but the header image '
|
||||||
'from the organizer profile is used, this option will be ignored and the event title will always be shown.'),
|
'from the organizer profile is used, this option will be ignored and the event title will always be shown.'),
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user