From eaaf8e16d46a3c1679aa96c0b4262aeaffa08cb9 Mon Sep 17 00:00:00 2001 From: Kristina Yin Date: Tue, 21 Nov 2023 18:34:33 -0800 Subject: [PATCH] forgot comma --- src/registrar/forms/application_wizard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/registrar/forms/application_wizard.py b/src/registrar/forms/application_wizard.py index ee0c19605..7312fafc4 100644 --- a/src/registrar/forms/application_wizard.py +++ b/src/registrar/forms/application_wizard.py @@ -170,9 +170,9 @@ class TribalGovernmentForm(RegistrarForm): ) tribe_name = forms.CharField( - label1="What is the name of the tribe you represent? " + label1="What is the name of the tribe you represent? ", label2="*", - label={label1+label2} + label={label1+label2}, error_messages={"required": "Enter the tribe you represent."}, )