From 0b4e99c2d8c4880e6941cfcf74b3e0636f7cb491 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 28 Aug 2024 16:41:27 +0200 Subject: [PATCH] Fix inprecise wording --- src/pretix/base/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pretix/base/settings.py b/src/pretix/base/settings.py index 2c8f22f09..48b5cfa47 100644 --- a/src/pretix/base/settings.py +++ b/src/pretix/base/settings.py @@ -1295,7 +1295,8 @@ DEFAULTS = { 'form_kwargs': dict( label=_("Show event times and dates on the ticket shop"), help_text=_("If disabled, no date or time will be shown on the ticket shop's front page. This settings " - "does however not affect the display in other locations."), + "also affects a few other locations, however it should not be expected that the date of the " + "event is shown nowhere to users."), ) }, 'show_date_to': {