From 099e95c7e3d8b2ac6a47f2400202d3596e17bb81 Mon Sep 17 00:00:00 2001 From: graham-dds Date: Tue, 11 Feb 2020 14:13:10 -0500 Subject: [PATCH] =?UTF-8?q?SPACE=20FORCE=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- atst/forms/data.py | 1 + translations.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/atst/forms/data.py b/atst/forms/data.py index bb728686..1aba3829 100644 --- a/atst/forms/data.py +++ b/atst/forms/data.py @@ -10,6 +10,7 @@ SERVICE_BRANCHES = [ translate("forms.portfolio.defense_component.choices.marine_corps"), ), ("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")), ] diff --git a/translations.yaml b/translations.yaml index 6fe84865..24a10b92 100644 --- a/translations.yaml +++ b/translations.yaml @@ -296,6 +296,7 @@ forms: army: Army marine_corps: Marine Corps navy: Navy + space_force: Space Force other: Other title: Select DoD component(s) funding your Portfolio validation_message: You must select at least one defense component.