From 8ebcf8f8f47db899f0d3cebd7555cfb156aed423 Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Mon, 9 Dec 2024 09:38:32 -0800 Subject: [PATCH] D8CORE-7668: Adjust skip secondary nav anchor link --- .../block/block--system-menu-block--filter-by.html.twig | 2 +- .../templates/menus/menu--secondary-nav.html.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/stanford_basic/templates/block/block--system-menu-block--filter-by.html.twig b/themes/stanford_basic/templates/block/block--system-menu-block--filter-by.html.twig index ff2bee4af..eca485c98 100644 --- a/themes/stanford_basic/templates/block/block--system-menu-block--filter-by.html.twig +++ b/themes/stanford_basic/templates/block/block--system-menu-block--filter-by.html.twig @@ -47,7 +47,7 @@ {% set attributes = attributes.setAttribute('aria-labelledby', button_label) %} {% set attributes = attributes.addClass(classes) %} -{{ 'Skip to main content'|t }} +{{ 'Skip Secondary Navigation'|t }}
{{ 'Secondary Navigation'|t }}
{# Label. If not displayed, we still provide it for screen readers. #} diff --git a/themes/stanford_basic/templates/menus/menu--secondary-nav.html.twig b/themes/stanford_basic/templates/menus/menu--secondary-nav.html.twig index c19d58864..408db61af 100644 --- a/themes/stanford_basic/templates/menus/menu--secondary-nav.html.twig +++ b/themes/stanford_basic/templates/menus/menu--secondary-nav.html.twig @@ -18,7 +18,7 @@ {% set attributes = attributes.setAttribute('aria-label', aria_label|default('secondary menu')) %} {# Macros #} {%- import "@basic/menus/macros/secondary-nav-menu.twig" as menus -%} -{{ 'Skip to main content'|t }} +{{ 'Skip Secondary Navigation'|t }}
{{ 'Secondary Navigation'|t }}
{% apply spaceless %}