From 72db5d1d897b626b74bf98824e087b219092187e Mon Sep 17 00:00:00 2001 From: Katherine-Osos <119689946+Katherine-Osos@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:24:39 -0600 Subject: [PATCH] Updates to "Org mailing address" page --- .../templates/application_org_contact.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/registrar/templates/application_org_contact.html b/src/registrar/templates/application_org_contact.html index f5f773647..01b55d03d 100644 --- a/src/registrar/templates/application_org_contact.html +++ b/src/registrar/templates/application_org_contact.html @@ -2,15 +2,12 @@ {% load field_helpers %} {% block form_instructions %} -

- What is the name and mailing address of your organization? -

+

If your domain request is approved, the name of your organization and your city/state will be listed in .gov’s public data.

-

Enter the name of the organization you represent. Your organization might be part - of a larger entity. If so, enter information about your part of the larger entity.

+

What is the name and mailing address of the organization you represent?

+ +

Your organization might be part of a larger entity. If so, enter the name of your part of the larger entity.

-

If your domain request is approved, the name of your organization will be publicly - listed as the domain registrant.

{% endblock %} @@ -43,4 +40,4 @@ {% input_with_errors forms.0.urbanization %} -{% endblock %} \ No newline at end of file +{% endblock %}