Allow to configure help text of email field

This commit is contained in:
Raphael Michel
2019-11-28 11:11:55 +01:00
parent a10082a46f
commit bb3348022f
4 changed files with 15 additions and 2 deletions

View File

@@ -672,6 +672,13 @@ Your {event} team"""))
'default': '',
'type': LazyI18nString
},
'checkout_email_helptext': {
'default': LazyI18nString.from_gettext(ugettext_noop(
'Make sure to enter a valid email address. We will send you an order '
'confirmation including a link that you need to access your order later.'
)),
'type': LazyI18nString
},
'organizer_info_text': {
'default': '',
'type': LazyI18nString