Fix rendering bug

This commit is contained in:
Montana 2019-01-31 13:44:42 -05:00
parent 2e3450ed8b
commit 4ed445dd99
2 changed files with 3 additions and 3 deletions

View File

@ -197,8 +197,8 @@ APPLICATION_COMPLEXITY = [
DEV_TEAM = [
(
"government_civilians",
translate("forms.task_order.dev_team.government_civilians"),
"civilians",
translate("forms.task_order.dev_team.civilians"),
),
("military", translate("forms.task_order.dev_team.military")),
("contractor", translate("forms.task_order.dev_team.contractor")),

View File

@ -208,7 +208,7 @@ forms:
dev_team:
label: Development Team
description: Which people or teams will be completing the development work for your cloud applications? Select all that apply.
government_civilians: Government Civilians
civilians: Government Civilians
military: Military
contractor: Contractor
other: "Other <em class='description'>(E.g. University or other partner)</em>"