Merge branch 'staging' into state-machine-complete-trigger
This commit is contained in:
commit
6f700cc07e
@ -10,6 +10,10 @@ SERVICE_BRANCHES = [
|
|||||||
translate("forms.portfolio.defense_component.choices.marine_corps"),
|
translate("forms.portfolio.defense_component.choices.marine_corps"),
|
||||||
),
|
),
|
||||||
("navy", translate("forms.portfolio.defense_component.choices.navy")),
|
("navy", translate("forms.portfolio.defense_component.choices.navy")),
|
||||||
|
("space_force", translate("forms.portfolio.defense_component.choices.space_force")),
|
||||||
|
("ccmd_js", translate("forms.portfolio.defense_component.choices.ccmd_js")),
|
||||||
|
("dafa", translate("forms.portfolio.defense_component.choices.dafa")),
|
||||||
|
("osd_psas", translate("forms.portfolio.defense_component.choices.osd_psas")),
|
||||||
("other", translate("forms.portfolio.defense_component.choices.other")),
|
("other", translate("forms.portfolio.defense_component.choices.other")),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -296,6 +296,10 @@ forms:
|
|||||||
army: Army
|
army: Army
|
||||||
marine_corps: Marine Corps
|
marine_corps: Marine Corps
|
||||||
navy: Navy
|
navy: Navy
|
||||||
|
space_force: Space Force
|
||||||
|
ccmd_js: Combatant Command / Joint Staff (CCMD/JS)
|
||||||
|
dafa: Defense Agency and Field Activity (DAFA)
|
||||||
|
osd_psas: Office of the Secretary of Defense (OSD) / Principal Staff Assistants (PSAs)
|
||||||
other: Other
|
other: Other
|
||||||
title: Select DoD component(s) funding your Portfolio
|
title: Select DoD component(s) funding your Portfolio
|
||||||
validation_message: You must select at least one defense component.
|
validation_message: You must select at least one defense component.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user