Skip to content

Commit

Permalink
Change the inserter search result message from assertive to polite. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia authored and youknowriad committed Mar 6, 2019
1 parent aecaa67 commit e3cd23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/inserter/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export class InserterMenu extends Component {
resultCount
);

debouncedSpeak( resultsFoundMessage, 'assertive' );
debouncedSpeak( resultsFoundMessage );
}

onKeyDown( event ) {
Expand Down

0 comments on commit e3cd23d

Please sign in to comment.