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 0ed11dc04bce1aa15335610a806c2ab43c298138..1b86f7996d5764e0c25e9301aee1db7061c5a813 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>