From 9d523533747ca6ef43f35f1060571de01eddca55 Mon Sep 17 00:00:00 2001 From: luis cielak Date: Thu, 13 Sep 2018 10:18:05 -0400 Subject: [PATCH] Fix some grammar --- atst/forms/new_request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )