mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
Minor wording change.
This commit is contained in:
@@ -71,7 +71,7 @@ blocklyApp.WorkspaceTreeComponent = ng.core
|
||||
<li [id]="idMap['listItem']" class="blocklyHasChildren" role="treeitem"
|
||||
[attr.aria-labelledBy]="generateAriaLabelledByAttr('blockly-more-options', 'blockly-submenu-indicator')"
|
||||
[attr.aria-level]="level + 1">
|
||||
<label [id]="idMap['label']">{{'MORE_OPTIONS'|translate}}</label>
|
||||
<label [id]="idMap['label']">{{'BLOCK_OPTIONS'|translate}}</label>
|
||||
<ol role="group">
|
||||
<li *ngFor="#buttonInfo of actionButtonsInfo"
|
||||
[id]="idMap[buttonInfo.baseIdKey]" role="treeitem"
|
||||
|
||||
Reference in New Issue
Block a user