mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix i18n for confirm_text
This commit is contained in:
@@ -211,7 +211,7 @@ DEFAULTS = {
|
||||
},
|
||||
'confirm_text': {
|
||||
'default': None,
|
||||
'type': str
|
||||
'type': LazyI18nString
|
||||
},
|
||||
'mail_prefix': {
|
||||
'default': None,
|
||||
|
||||
Reference in New Issue
Block a user