Skip to content

Commit b7cc8ae

Browse files
authored
refactor(aria/toolbar): update basic horizontal toolbar aria-label (#32125)
Updates basic horizontal toolbar aria-label to be more specific to communicate to the user that it is the horizontal text formatting toolbar.
1 parent acda167 commit b7cc8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components-examples/aria/toolbar/toolbar-basic-horizontal/toolbar-basic-horizontal-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="example-container">
2-
<div ngToolbar class="example-toolbar" aria-label="Text Formatting Tools">
2+
<div ngToolbar class="example-toolbar" aria-label="Horizontal Toolbar Text Formatting Tools">
33
<button
44
ngToolbarWidget
55
class="example-radio-button"

0 commit comments

Comments
 (0)