Mr/other contacts intro (#436)

* Update application_other_contacts.html

* Update application.py

* Update application_other_contacts.html
This commit is contained in:
Michelle Rago 2023-02-27 14:56:59 -05:00 committed by GitHub
parent e29482f0c4
commit b65778005a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
{% load static field_helpers %}
{% block form_instructions %}
<p>Wed like to contact other employees with administrative or technical responsibilities in your organization. For example, they could be involved in managing your organization or its technical infrastructure. This information will help us assess your eligibility and understand the purpose of the .gov domain. These contacts should be in addition to you and your authorizing official. They should be employees of your organization.</p>
<p>Wed like to contact other employees in your organization about your domain request. For example, they could be involved in managing your organization or its technical infrastructure. <strong>This information will help us assess your eligibility for a .gov domain.</strong> These contacts should be in addition to you and your authorizing official. They should be employees of your organization.</p>
<p>Well email these contacts to let them know that you made this request.</p>
{% endblock %}
@ -14,7 +14,7 @@
{% for form in forms.0.forms %}
<fieldset class="usa-fieldset">
<legend>
<h2>Administrative or technical contact {{ forloop.counter }}</h2>
<h2>Organization contact {{ forloop.counter }}</h2>
</legend>
{% input_with_errors form.first_name %}

View file

@ -81,7 +81,7 @@ class ApplicationWizard(LoginRequiredMixin, TemplateView):
Step.DOTGOV_DOMAIN: _(".gov domain"),
Step.PURPOSE: _("Purpose of your domain"),
Step.YOUR_CONTACT: _("Your contact information"),
Step.OTHER_CONTACTS: _("Other contacts for your organization"),
Step.OTHER_CONTACTS: _("Other employees from your organization"),
Step.SECURITY_EMAIL: _("Security email for public use"),
Step.ANYTHING_ELSE: _("Anything else we should know?"),
Step.REQUIREMENTS: _(