Updated withdraw confirmation text (#1647)

* Updated withdraw confirmation text

* Update src/registrar/templates/application_withdraw_confirmation.html

Co-authored-by: Katherine-Osos <119689946+Katherine-Osos@users.noreply.github.com>

---------

Co-authored-by: Katherine-Osos <119689946+Katherine-Osos@users.noreply.github.com>
This commit is contained in:
Michelle Rago 2024-01-17 17:55:30 -05:00 committed by GitHub
parent cddab76f29
commit 779dfa3709
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
<h1>Withdraw request for {{ domainapplication.requested_domain.name }}?</h1> <h1>Withdraw request for {{ domainapplication.requested_domain.name }}?</h1>
<p>If you withdraw your request we won't review it. Once you withdraw your request you'll be able to edit it or completely remove it. </p> <p>If you withdraw your request, we won't review it. Once you withdraw your request, you can edit it and submit it again. </p>
<p><a href="{% url 'application-withdrawn' domainapplication.id %}" class="usa-button withdraw">Withdraw request</a> <p><a href="{% url 'application-withdrawn' domainapplication.id %}" class="usa-button withdraw">Withdraw request</a>
<a href="{% url 'application-status' domainapplication.id %}">Cancel</a></p> <a href="{% url 'application-status' domainapplication.id %}">Cancel</a></p>