Fix rendering bug
This commit is contained in:
parent
2e3450ed8b
commit
4ed445dd99
@ -197,8 +197,8 @@ APPLICATION_COMPLEXITY = [
|
|||||||
|
|
||||||
DEV_TEAM = [
|
DEV_TEAM = [
|
||||||
(
|
(
|
||||||
"government_civilians",
|
"civilians",
|
||||||
translate("forms.task_order.dev_team.government_civilians"),
|
translate("forms.task_order.dev_team.civilians"),
|
||||||
),
|
),
|
||||||
("military", translate("forms.task_order.dev_team.military")),
|
("military", translate("forms.task_order.dev_team.military")),
|
||||||
("contractor", translate("forms.task_order.dev_team.contractor")),
|
("contractor", translate("forms.task_order.dev_team.contractor")),
|
||||||
|
@ -208,7 +208,7 @@ forms:
|
|||||||
dev_team:
|
dev_team:
|
||||||
label: Development Team
|
label: Development Team
|
||||||
description: Which people or teams will be completing the development work for your cloud applications? Select all that apply.
|
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
|
military: Military
|
||||||
contractor: Contractor
|
contractor: Contractor
|
||||||
other: "Other <em class='description'>(E.g. University or other partner)</em>"
|
other: "Other <em class='description'>(E.g. University or other partner)</em>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user