Commit 1edd0d62 authored by catch's avatar catch
Browse files

Issue #3228145 by Gauravmahlawat, mherchel: Remove misleading "toggle" phrase...

Issue #3228145 by Gauravmahlawat, mherchel: Remove misleading "toggle" phrase from Olivero's wide search form disclosure button

(cherry picked from commit 2771c38e)
parent f0c7bb83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
  {% endif %}
  {{ title_suffix }}
  {% block content %}
    <button class="block-search-wide__button" aria-label="{{ 'Toggle Search Form'|t }}" data-drupal-selector="block-search-wide-button">
    <button class="block-search-wide__button" aria-label="{{ 'Search Form'|t }}" data-drupal-selector="block-search-wide-button">
      {% include "@olivero/../images/search.svg" %}
      <div class="block-search-wide__button-close"></div>
    </button>