Commit 98070c8f authored by catch's avatar catch
Browse files

Issue #3228140 by Gauravmahlawat, kiran.kadam911, andrewmacpherson: Remove...

Issue #3228140 by Gauravmahlawat, kiran.kadam911, andrewmacpherson: Remove misleading "toggle" phrase from Olivero's main-menu disclosure button
parent 49c7be85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@

              {% if page.primary_menu or page.secondary_menu %}
                <div class="mobile-buttons" data-drupal-selector="mobile-buttons">
                  <button class="mobile-nav-button" data-drupal-selector="mobile-nav-button" aria-label="{{ 'Toggle Main Menu'|t }}" aria-controls="header-nav" aria-expanded="false">
                  <button class="mobile-nav-button" data-drupal-selector="mobile-nav-button" aria-label="{{ 'Main Menu'|t }}" aria-controls="header-nav" aria-expanded="false">
                    <span class="mobile-nav-button__label">{{ 'Menu'|t }}</span>
                    <span class="mobile-nav-button__icon"></span>
                  </button>