mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
Make line shorter per linter
This commit is contained in:
parent
e93f680746
commit
b03f280b0e
1 changed files with 2 additions and 1 deletions
|
@ -98,7 +98,8 @@ class DomainOrgNameAddressForm(forms.ModelForm):
|
||||||
},
|
},
|
||||||
"city": {"required": "Enter the city where your organization is located."},
|
"city": {"required": "Enter the city where your organization is located."},
|
||||||
"state_territory": {
|
"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": {
|
"zipcode": {
|
||||||
"required": "Enter a zip code in the form of 12345 or 12345-6789."
|
"required": "Enter a zip code in the form of 12345 or 12345-6789."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue