Change "Active users" to "Domain managers" on domain managers page (#1407)

This commit is contained in:
Michelle Rago 2023-11-28 11:00:58 -05:00 committed by GitHub
parent 80880a4ca1
commit e24bf1ae58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,8 +25,8 @@
{% if domain.permissions %} {% if domain.permissions %}
<section class="section--outlined"> <section class="section--outlined">
<table class="usa-table usa-table--borderless usa-table--stacked dotgov-table--stacked dotgov-table"> <table class="usa-table usa-table--borderless usa-table--stacked dotgov-table--stacked dotgov-table">
<h2 class> Active users </h2> <h2 class> Domain managers </h2>
<caption class="sr-only">Domain users</caption> <caption class="sr-only">Domain managers</caption>
<thead> <thead>
<tr> <tr>
<th data-sortable scope="col" role="columnheader">Email</th> <th data-sortable scope="col" role="columnheader">Email</th>