diff --git a/src/registrar/forms/application_wizard.py b/src/registrar/forms/application_wizard.py index 315798c59..bf62769f8 100644 --- a/src/registrar/forms/application_wizard.py +++ b/src/registrar/forms/application_wizard.py @@ -609,7 +609,7 @@ class OtherContactsYesNoForm(RegistrarForm): self.fields["has_other_contacts"] = forms.TypedChoiceField( coerce=lambda x: x.lower() == "true" if x is not None else None, # coerce strings to bool, excepting None - choices=((True, "Yes, I can name other employees."), (False, "No (We’ll ask you to explain why).")), + choices=((True, "Yes, I can name other employees."), (False, "No. (We’ll ask you to explain why.)")), initial=initial_value, widget=forms.RadioSelect, ) diff --git a/src/registrar/templates/application_other_contacts.html b/src/registrar/templates/application_other_contacts.html index b14458bcc..900134c0a 100644 --- a/src/registrar/templates/application_other_contacts.html +++ b/src/registrar/templates/application_other_contacts.html @@ -84,9 +84,9 @@
-
+
-

No other employees from your organization?

+

No other employees from your organization?

You don't need to provide names of other employees now, but it may slow down our assessment of your eligibility. Describe why there are