Wording updates

This commit is contained in:
Katherine-Osos 2023-12-14 09:55:32 -06:00 committed by GitHub
parent c68a8f30d0
commit 7b7653ac98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@
aria-live="polite" aria-live="polite"
></div> ></div>
{% else %} {% else %}
<p>You don't have any registered domains yet</p> <p>You don't have any registered domains.</p>
{% endif %} {% endif %}
</section> </section>
@ -95,7 +95,7 @@
<h2>Domain requests</h2> <h2>Domain requests</h2>
{% if domain_applications %} {% if domain_applications %}
<table class="usa-table usa-table--borderless usa-table--stacked dotgov-table dotgov-table--stacked"> <table class="usa-table usa-table--borderless usa-table--stacked dotgov-table dotgov-table--stacked">
<caption class="sr-only">Your domain applications</caption> <caption class="sr-only">Your domain requests</caption>
<thead> <thead>
<tr> <tr>
<th data-sortable scope="col" role="columnheader">Domain name</th> <th data-sortable scope="col" role="columnheader">Domain name</th>
@ -138,7 +138,7 @@
aria-live="polite" aria-live="polite"
></div> ></div>
{% else %} {% else %}
<p>You don't have any domain requests yet</p> <p>You haven't requested any domains.</p>
<!-- <p><a href="{% url 'application:' %}" class="usa-button">Start a new domain request</a></p> --> <!-- <p><a href="{% url 'application:' %}" class="usa-button">Start a new domain request</a></p> -->
{% endif %} {% endif %}
</section> </section>