#12038 header link setup

This commit is contained in:
Jonathan 2023-09-21 10:06:08 +02:00
parent 23756e8495
commit 192ec72b32
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ echo sprintf('<div id="header_table" class="header_table_%s">', $menuTypeClass);
[ [
'alt' => __('Setup'), 'alt' => __('Setup'),
'class' => 'bot invert_filter main_menu_icon', 'class' => 'bot invert_filter main_menu_icon',
'title' => __('setup'), 'title' => __('Setup'),
] ]
); );
$header_setup .= '</a></div>'; $header_setup .= '</a></div>';