From 2771c38ef5319669973612b1ad211dfab17a586b 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 --- ...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 0ed11dc04bce..1b86f7996d57 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" %} <span class="block-search-wide__button-close"></span> </button> -- GitLab