From f9b54a5a8df0165fa1b72bc5c0d93a1802db8a6c Mon Sep 17 00:00:00 2001 From: Kristina Yin Date: Wed, 22 Nov 2023 09:43:25 -0800 Subject: [PATCH] correcting syntax mistake --- src/registrar/templates/django/forms/label.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}