Update src/pretix/base/settings.py

Co-authored-by: Richard Schreiber <schreiber@pretix.eu>
This commit is contained in:
Raphael Michel
2026-08-24 14:42:27 +02:00
committed by GitHub
co-authored by Richard Schreiber
parent 349a76d956
commit 00da90873f
+1 -1
View File
@@ -935,7 +935,7 @@ DEFAULTS = {
},
'event_list_empty_text': {
'default': LazyI18nString.from_gettext(
gettext_noop('No dates are currently available for sale that match your criteria.'),
gettext_noop('No dates match your criteria.'),
),
'type': LazyI18nString,
'form_class': I18nFormField,