Unclear label for the button to expand profile details

Label is unclear for the button to expand the profile details in the profile page

<button aria-controls="collapsed-info-panel" aria-expanded="false" aria-label="Expand" id="ember137" class="btn-default btn btn-icon-text ember-view" type="button"><svg class="fa d-icon d-icon-angle-double-down svg-icon svg-string" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#angle-double-down"></use></svg><span class="d-button-label">Expand<!----></span>
</button>

Suggestion: Add something like “Expand profile details” to the aria-label or something along those lines that indicates the purpose of that button. Currently it is unclear. Expand what?

1 Like

Should be fixed by this PR once merged:

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.