From 1edd0d62fb2c28f15f524e2b55ba676cafb7538a Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Mon, 16 Aug 2021 16:10:05 +0100 Subject: [PATCH] Issue #3228145 by Gauravmahlawat, mherchel: Remove misleading "toggle" phrase from Olivero's wide search form disclosure button (cherry picked from commit 2771c38ef5319669973612b1ad211dfab17a586b) --- ...lock--secondary-menu--plugin-id--search-form-block.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/themes/olivero/templates/block/block--secondary-menu--plugin-id--search-form-block.html.twig b/core/themes/olivero/templates/block/block--secondary-menu--plugin-id--search-form-block.html.twig index cf5008f97d0a..c588640430c5 100644 --- a/core/themes/olivero/templates/block/block--secondary-menu--plugin-id--search-form-block.html.twig +++ b/core/themes/olivero/templates/block/block--secondary-menu--plugin-id--search-form-block.html.twig @@ -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> -- GitLab