Fix some grammar

This commit is contained in:
luis cielak 2018-09-13 10:18:05 -04:00 committed by luisgov
parent 32a8169712
commit 9d52353374

View File

@ -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,
)