Fix missing translation context

This commit is contained in:
Raphael Michel
2020-04-15 09:43:58 +02:00
parent 1871324ef4
commit aab340fd87

View File

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