From 349a76d9560a02a4c36c10576b25e43546bab7ef Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Wed, 19 Aug 2026 15:36:57 +0200 Subject: [PATCH] Update src/pretix/base/settings.py --- 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 14077a7a09..6170a05569 100644 --- a/src/pretix/base/settings.py +++ b/src/pretix/base/settings.py @@ -946,7 +946,7 @@ DEFAULTS = { widget_kwargs={'attrs': {'rows': '2'}}, help_text=pgettext_lazy("subevents", "This text will be shown if the calendar or list of dates is empty, " "e.g. because a month does not contain any dates or a filter chosen by the user does " - "find any results. You can use this to advertise ways to get in touch with you to " + "not find any results. You can use this to advertise ways to get in touch with you to " "arrange further dates. We do not recommend more than one or two sentences.") ) },