forked from CGM_Public/pretix_original
Fix missing translation context
This commit is contained in:
@@ -325,7 +325,7 @@ class InvoiceAddressState(ImportColumn):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def verbose_name(self):
|
def verbose_name(self):
|
||||||
return _('Invoice address') + ': ' + _('State')
|
return _('Invoice 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