diff --git a/atst/forms/new_request.py b/atst/forms/new_request.py index 13b4357d..a4a30c3c 100644 --- a/atst/forms/new_request.py +++ b/atst/forms/new_request.py @@ -156,7 +156,7 @@ class InformationAboutYouForm(ValidatedForm): service_branch = SelectField( "Service Branch or Agency", - description="Which services and organizations do you belong to within the DoD?", + description="Which service or organization do you belong to within the DoD?", choices=SERVICE_BRANCHES, )