Update help text

This commit is contained in:
Mira Weller
2025-06-05 13:39:39 +02:00
parent 6aa3747403
commit 080bfbd4fb
+1 -1
View File
@@ -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.'),
) )
}, },