Skip to content

Commit

Permalink
Merge pull request #3219 from cisagov/es/3160-confirmation-page-content
Browse files Browse the repository at this point in the history
3160: Update confirmation page content on org model view [meoward]
  • Loading branch information
erinysong authored Dec 16, 2024
2 parents c02b036 + 1558358 commit af7561a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
18 changes: 11 additions & 7 deletions src/registrar/templates/domain_request_done.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,17 @@ <h1>Thanks for your domain request!</h1>
<h2>Next steps in this process</h2>

<p> We’ll review your request. This review period can take 30 business days. Due to the volume of requests, the wait time is longer than usual. We appreciate your patience.</p>

<p>During our review we’ll verify that:</p>
<ul class="usa-list">
<li>Your organization is eligible for a .gov domain.</li>
<li>You work at the organization and/or can make requests on its behalf.</li>
<li>Your requested domain meets our naming requirements.</li>
</ul>

{% if has_organization_feature_flag %}
<p>During our review, we’ll verify that your requested domain meets our naming requirements.</p>
{% else %}
<p>During our review, we’ll verify that:</p>
<ul class="usa-list">
<li>Your organization is eligible for a .gov domain.</li>
<li>You work at the organization and/or can make requests on its behalf.</li>
<li>Your requested domain meets our naming requirements.</li>
</ul>
{% endif %}

<p> We’ll email you if we have questions. We’ll also email you as soon as we complete our review. You can <a href="{% if portfolio %}{% url 'domain-requests' %}{% else %}{% url 'home' %}{% endif %}">check the status</a>
of your request at any time on the registrar.</p>
Expand Down
4 changes: 2 additions & 2 deletions src/registrar/templates/emails/submission_confirmation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ STATUS: Submitted
NEXT STEPS
We’ll review your request. This review period can take 30 business days. Due to the volume of requests, the wait time is longer than usual. We appreciate your patience.

During our review we’ll verify that:
During our review, we’ll verify that:
- Your organization is eligible for a .gov domain
- You work at the organization and/or can make requests on its behalf
- Your requested domain meets our naming requirements

We’ll email you if we have questions. We’ll also email you as soon as we complete our review. You can check the status of your request at any time on the registrar homepage. <https://manage.get.gov>
We’ll email you if we have questions. We’ll also email you as soon as we complete our review. You can check the status of your request at any time on the registrar. <https://manage.get.gov>


NEED TO MAKE CHANGES?
Expand Down

0 comments on commit af7561a

Please sign in to comment.