Rename the main menu disclosure button label to "Menu"
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3515837. --> Reported by: [hbrokmeier](https://www.drupal.org/user/3736246) Related to !21 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The main menu disclosure button is labeled "Open Menu". The word "open" is confusing because it doesn't change depending on the menu open/closed state, and it's unnecessary because <code>aria-expanded</code> is is sufficient to convey the button state/behavior.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Change the aria-label on the main menu disclosure button from "Open Menu" to "Menu"</p>
issue