mirror of
https://github.com/pretix/pretix.git
synced 2026-05-13 16:33:59 +00:00
Fix translation for order import (#6165)
This commit is contained in:
committed by
GitHub
parent
9aec608601
commit
8b468c31a5
@@ -442,7 +442,7 @@ class AttendeeState(ImportColumn):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def verbose_name(self):
|
def verbose_name(self):
|
||||||
return _('Attendee address') + ': ' + _('State')
|
return _('Attendee address') + ': ' + pgettext('address', 'State')
|
||||||
|
|
||||||
def clean(self, value, previous_values):
|
def clean(self, value, previous_values):
|
||||||
if value:
|
if value:
|
||||||
|
|||||||
Reference in New Issue
Block a user