From 080bfbd4fb1cc084faec57b9dcd6ca58235b9c39 Mon Sep 17 00:00:00 2001 From: Mira Weller Date: Thu, 5 Jun 2025 13:39:39 +0200 Subject: [PATCH] Update help text --- src/pretix/base/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/base/settings.py b/src/pretix/base/settings.py index 50495abc1e..d2bcf52a80 100644 --- a/src/pretix/base/settings.py +++ b/src/pretix/base/settings.py @@ -2951,7 +2951,7 @@ Your {organizer} team""")) # noqa: W291 'serializer_class': serializers.BooleanField, 'form_kwargs': dict( 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.'), ) },