diff --git a/accessible/toolbox.component.js b/accessible/toolbox.component.js index 5e2418417..0cefbb12c 100644 --- a/accessible/toolbox.component.js +++ b/accessible/toolbox.component.js @@ -40,7 +40,7 @@ blocklyApp.ToolboxComponent = ng.core [ngClass]="{blocklyHasChildren: true, blocklyActiveDescendant: tree.getAttribute('aria-activedescendant') == idMap['Parent' + i]}" *ngFor="#category of toolboxCategories; #i=index" aria-level="1" - [attr.aria-label]="category.attributes.name.value"> + [attr.aria-label]="getCategoryAriaLabel(category.attributes.name.value)">