From f6deb85e39f03f2b0b1687baf47ace3d417eec0a Mon Sep 17 00:00:00 2001 From: Michelle Rago <60157596+michelle-rago@users.noreply.github.com> Date: Thu, 23 Feb 2023 13:06:03 -0500 Subject: [PATCH] Update application_wizard.py --- src/registrar/forms/application_wizard.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/registrar/forms/application_wizard.py b/src/registrar/forms/application_wizard.py index 6ab5fb8dd..245b362f2 100644 --- a/src/registrar/forms/application_wizard.py +++ b/src/registrar/forms/application_wizard.py @@ -665,8 +665,7 @@ class NoOtherContactsForm(RegistrarForm): required=True, # label has to end in a space to get the label_suffix to show label=( - "If you can’t provide other contacts for your organization," - " please explain why." + "Please explain why there are no other employees from your organization that we can contact." ), widget=forms.Textarea(), )