mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Use a shorter name for the toolbox category aria labels.
This commit is contained in:
@@ -120,7 +120,7 @@ blocklyApp.ToolboxComponent = ng.core
|
||||
return this.treeService.getActiveDescId('blockly-toolbox-tree');
|
||||
},
|
||||
getCategoryAriaLabel: function(categoryName) {
|
||||
return 'toolbox category ' + categoryName;
|
||||
return categoryName + ' category';
|
||||
},
|
||||
getToolboxWorkspace: function(categoryNode) {
|
||||
if (categoryNode.attributes && categoryNode.attributes.name) {
|
||||
|
||||
Reference in New Issue
Block a user