Fix translation for order import

This commit is contained in:
Richard Schreiber
2026-05-11 09:33:06 +02:00
parent 71edfa8e1a
commit 4e6f18ab54

View File

@@ -442,7 +442,7 @@ class AttendeeState(ImportColumn):
@property
def verbose_name(self):
return _('Attendee address') + ': ' + _('State')
return _('Attendee address') + ': ' + pgettext('address', 'State')
def clean(self, value, previous_values):
if value: