diff --git a/src/registrar/forms/application_wizard.py b/src/registrar/forms/application_wizard.py index 8aa528d3d..28220bd6b 100644 --- a/src/registrar/forms/application_wizard.py +++ b/src/registrar/forms/application_wizard.py @@ -638,3 +638,4 @@ class RequirementsForm(RegistrarForm): "required": ("Check the box if you read and agree to the requirements for operating .gov domains.") }, ) + diff --git a/src/registrar/templates/django/forms/label.html b/src/registrar/templates/django/forms/label.html index 6924c1155..05ca21795 100644 --- a/src/registrar/templates/django/forms/label.html +++ b/src/registrar/templates/django/forms/label.html @@ -8,7 +8,7 @@ {{ field.label }} {% endif %} {% if widget.attrs.required %} - {% if widget.label != "What is the name of the tribe you represent? " %} + {% if widget.attrs.label != "I read and agree to the requirements for operating .gov domains." %} * {% endif %} {% endif %}