Make line shorter per linter

This commit is contained in:
igorkorenfeld 2023-06-07 14:52:00 -04:00
parent e93f680746
commit b03f280b0e
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -98,7 +98,8 @@ class DomainOrgNameAddressForm(forms.ModelForm):
},
"city": {"required": "Enter the city where your organization is located."},
"state_territory": {
"required": "Select the state, territory, or military post where your organization is located."
"required": "Select the state, territory, or military post where your"
"organization is located."
},
"zipcode": {
"required": "Enter a zip code in the form of 12345 or 12345-6789."