Clarify "Business customer" → "Business or institutional customer"

This commit is contained in:
Raphael Michel
2021-05-13 10:17:24 +02:00
parent 7a658dd61c
commit 5764a05581

View File

@@ -189,7 +189,7 @@ class BusinessBooleanRadio(forms.RadioSelect):
else:
choices = (
('individual', _('Individual customer')),
('business', _('Business customer')),
('business', _('Business or institutional customer')),
)
super().__init__(attrs, choices)