diff --git a/src/registrar/assets/js/get-gov.js b/src/registrar/assets/js/get-gov.js index f70c2f240..8bad1c72b 100644 --- a/src/registrar/assets/js/get-gov.js +++ b/src/registrar/assets/js/get-gov.js @@ -1883,11 +1883,13 @@ class MembersTable extends LoadTableBase { spanElement.textContent = 'Close'; useElement.setAttribute('xlink:href', '/public/img/sprite.svg#expand_less'); buttonParentRow.classList.add('hide-td-borders'); + toggleButton.setAttribute('aria-label', 'Close additional information'); } else { hideElement(contentDiv); spanElement.textContent = 'Expand'; useElement.setAttribute('xlink:href', '/public/img/sprite.svg#expand_more'); buttonParentRow.classList.remove('hide-td-borders'); + toggleButton.setAttribute('aria-label', 'Expand for additional information'); } } @@ -2079,7 +2081,8 @@ class MembersTable extends LoadTableBase {