Fix translation for order import (#6165)

This commit is contained in:
Richard Schreiber
2026-05-12 09:03:34 +02:00
committed by GitHub
parent 9aec608601
commit 8b468c31a5

View File

@@ -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: