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 committed Jan 20, 2019
1 parent 837fda7 commit f5e8b07
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 @@ -225,7 +225,7 @@ export class InserterMenu extends Component {
resultCount
);

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

onKeyDown( event ) {
Expand Down

0 comments on commit f5e8b07

Please sign in to comment.