From bec3c96e0dc6455a3997e76156d56b2bb6d9e096 Mon Sep 17 00:00:00 2001 From: Rachid Mrad Date: Fri, 12 Jan 2024 17:57:42 -0500 Subject: [PATCH] Layout tweaks --- src/registrar/forms/application_wizard.py | 2 +- src/registrar/templates/application_other_contacts.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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