mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
Merge pull request #642 from cisagov/ab/fix-sr-only-tag
Bug fix: Update sr-only tag to match the section its in
This commit is contained in:
commit
0b5f90762a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
<h2>Registered domains</h2>
|
||||
{% if domains %}
|
||||
<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 registered domains</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-sortable scope="col" role="columnheader">Domain name</th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue