mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
* Fix #1674 -- Change spelling of e-mail to email * Conflicts and word list * Add MobilePay to wordlist * fix usage in tests
This commit is contained in:
@@ -502,7 +502,7 @@ class CSVCheckinList(CheckInListMixin, ListExporter):
|
||||
if form_data['secrets']:
|
||||
headers.append(_('Secret'))
|
||||
|
||||
headers.append(_('E-mail'))
|
||||
headers.append(_('Email'))
|
||||
headers.append(_('Phone number'))
|
||||
|
||||
if self.event.has_subevents:
|
||||
|
||||
Reference in New Issue
Block a user