Skip to content
Snippets Groups Projects
Unverified Commit 209dcea4 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3190140 by nmorin, mherchel, bnjmnm, andrewmacpherson: Collapsible nav...

Issue #3190140 by nmorin, mherchel, bnjmnm, andrewmacpherson: Collapsible nav button text should be more descriptive
parent e5439250
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@
drop menu).
#}
<button class="primary-nav__button-toggle" aria-controls="{{ aria_id }}" aria-expanded="false" aria-hidden="true" tabindex="-1">
<span class="visually-hidden">{{ 'Toggle sub-navigation'|t }}</span>
<span class="visually-hidden">{{ '@title sub-navigation'|t({'@title': item.title}) }}</span>
<span class="icon--menu-toggle"></span>
</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment