SPACE FORCE 🚀

This commit is contained in:
graham-dds 2020-02-11 14:13:10 -05:00
parent bad916dfb0
commit 099e95c7e3
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ 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")),
("other", translate("forms.portfolio.defense_component.choices.other")), ("other", translate("forms.portfolio.defense_component.choices.other")),
] ]

View File

@ -296,6 +296,7 @@ forms:
army: Army army: Army
marine_corps: Marine Corps marine_corps: Marine Corps
navy: Navy navy: Navy
space_force: Space Force
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.