mirror of
https://github.com/pretix/pretix.git
synced 2026-09-12 16:04:42 +00:00
Update src/pretix/base/settings.py
Co-authored-by: Richard Schreiber <schreiber@pretix.eu>
This commit is contained in:
co-authored by
Richard Schreiber
parent
349a76d956
commit
00da90873f
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user