diff --git a/src/registrar/templates/django/forms/label.html b/src/registrar/templates/django/forms/label.html index beb09c17c..991f4d846 100644 --- a/src/registrar/templates/django/forms/label.html +++ b/src/registrar/templates/django/forms/label.html @@ -9,7 +9,7 @@ {% endif %} {% if widget.attrs.required %} {% if field.label != "I read and agree to the requirements for operating .gov domains." %} - {% if field.label != "Please explain why there are no other employees from your organization" %} + {% if field.label != "Please explain why there are no other employees from your organization " %} * {% endif %} {% endif %}