Consistent naming

This commit is contained in:
Raphael Michel
2021-09-17 09:45:48 +02:00
parent 680024234d
commit 1514527ef3

View File

@@ -184,7 +184,7 @@ class BusinessBooleanRadio(forms.RadioSelect):
self.require_business = require_business
if self.require_business:
choices = (
('business', _('Business customer')),
('business', _('Business or institutional customer')),
)
else:
choices = (