Skip to content
Snippets Groups Projects
Commit 5d44ff33 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #898028 by Everett Zufelt: change heading before Toolbar to...

- Patch #898028 by Everett Zufelt: change heading before Toolbar to 'Administrative Toolbar' instead of 'management'.
parent 6d796e91
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -207,7 +207,7 @@ function toolbar_view() {
'#theme' => 'links__toolbar_menu',
'#links' => $links,
'#attributes' => array('id' => 'toolbar-menu'),
'#heading' => array('text' => t($system_menus['management']), 'level' => 'h2', 'class' => 'element-invisible'),
'#heading' => array('text' => t('Administrative toolbar'), 'level' => 'h2', 'class' => 'element-invisible'),
);
// Add logout & user account links or login link.
......
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