diff --git a/lib/core/i18n/en.json b/lib/core/i18n/en.json index 11d2cbe7cf..97d900c683 100644 --- a/lib/core/i18n/en.json +++ b/lib/core/i18n/en.json @@ -43,7 +43,10 @@ }, "CORE": { "HEADER": { - "LOGO_ARIA": "Company Logo" + "LOGO_ARIA": "Company Logo", + "ACCESSIBILITY": { + "SIDEBAR_TOGGLE_BUTTON_ARIA_LABEL": "Toggle Menu" + } }, "FILE_SIZE": { "BYTES": "Bytes", diff --git a/lib/core/layout/components/header/header.component.html b/lib/core/layout/components/header/header.component.html index 5ac27fcc2f..283e874c60 100644 --- a/lib/core/layout/components/header/header.component.html +++ b/lib/core/layout/components/header/header.component.html @@ -10,7 +10,7 @@ class="mat-icon-button adf-menu-icon" mat-icon-button (click)="toggleMenu()" - aria-label="Toggle Menu"> + [attr.aria-label]="'CORE.HEADER.ACCESSIBILITY.SIDEBAR_TOGGLE_BUTTON_ARIA_LABEL' | translate"> + [attr.aria-label]="'CORE.HEADER.ACCESSIBILITY.SIDEBAR_TOGGLE_BUTTON_ARIA_LABEL' | translate"> + >