diff --git a/themes/custom/az_barrio/templates/forms/input--search-block-button.html.twig b/themes/custom/az_barrio/templates/forms/input--search-block-button.html.twig index f6ac12a49d..0211310597 100644 --- a/themes/custom/az_barrio/templates/forms/input--search-block-button.html.twig +++ b/themes/custom/az_barrio/templates/forms/input--search-block-button.html.twig @@ -10,6 +10,8 @@ * @see template_preprocess_input() */ #} -{{ attributes.value }}search{{ children }} - + + {{ attributes.value }} + +{{ children }} diff --git a/themes/custom/az_barrio/templates/forms/input--search-block-form--submit.html.twig b/themes/custom/az_barrio/templates/forms/input--search-block-form--submit.html.twig index d9c25b731b..36cdce2840 100644 --- a/themes/custom/az_barrio/templates/forms/input--search-block-form--submit.html.twig +++ b/themes/custom/az_barrio/templates/forms/input--search-block-form--submit.html.twig @@ -15,13 +15,15 @@ * @see template_preprocess_input() */ #} - +{% set button_label = attributes.value|default('Search'|t) %} + + {{ button_label }} {% if az_navbar_fullscreen %} {% elseif az_header_blue_search %} {% else %} - search + {% endif %} {{ children }}