| @@ -19,9 +19,9 @@ | ||
| 19 | 19 | ?> |
| 20 | 20 | <div class="fcom_top_menu"> |
| 21 | 21 | <div class="top_menu_left"> |
| 22 | 22 | <div class="space_opener"> |
| 23 | - <button aria-label="Open Menu" class="fcom_space_opener_btn" aria-disabled="false" type="button"> | |
| 23 | + <button aria-label="<?php echo esc_attr__('Open Menu', 'fluent-community'); ?>" class="fcom_space_opener_btn" aria-disabled="false" aria-expanded="false" type="button"> | |
| 24 | 24 | <span> |
| 25 | 25 | <i class="el-icon"> |
| 26 | 26 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="20" height="20" fill="currentColor"> |
| 27 | 27 | <path d="M1 2.75A.75.75 0 0 1 1.75 2h12.5a.75.75 0 0 1 0 1.5H1.75A.75.75 0 0 1 1 2.75Zm0 5A.75.75 0 0 1 1.75 7h12.5a.75.75 0 0 1 0 1.5H1.75A.75.75 0 0 1 1 7.75ZM1 12.75a.75.75 0 0 1 .75-.75h12.5a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1-.75-.75Z"/> |
| @@ -46,9 +46,9 @@ | ||
| 46 | 46 | </div> |
| 47 | 47 | <div class="top_menu_center fcom_desktop_only fcom_general_menu"> |
| 48 | 48 | <?php if ($menuItems): ?> |
| 49 | 49 | <nav> |
| 50 | - <ul aria-label="Main menu" class="fcom_header_menu top_menu_items"> | |
| 50 | + <ul aria-label="<?php echo esc_attr__('Main menu', 'fluent-community'); ?>" class="fcom_header_menu top_menu_items"> | |
| 51 | 51 | <?php \FluentCommunity\App\Services\Helper::renderMenuItems($menuItems, 'fcom_menu_link'); ?> |
| 52 | 52 | </ul> |
| 53 | 53 | </nav> |
| 54 | 54 | <?php endif; ?> |