From b03f280b0eabf0c6d231d7af92ce3efc7977ab3b Mon Sep 17 00:00:00 2001 From: igorkorenfeld Date: Wed, 7 Jun 2023 14:52:00 -0400 Subject: [PATCH] Make line shorter per linter --- src/registrar/forms/domain.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/registrar/forms/domain.py b/src/registrar/forms/domain.py index e90da3b35..3a77fa2e4 100644 --- a/src/registrar/forms/domain.py +++ b/src/registrar/forms/domain.py @@ -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."