We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c772bc + 15384fc commit 161f3f0Copy full SHA for 161f3f0
edit-post/components/visual-editor/block-inspector-button.js
@@ -21,9 +21,9 @@ export function BlockInspectorButton( {
21
} ) {
22
const speakMessage = () => {
23
if ( areAdvancedSettingsOpened ) {
24
- speak( __( 'Additional settings are now available in the Editor advanced settings sidebar' ) );
25
- } else {
26
speak( __( 'Advanced settings closed' ) );
+ } else {
+ speak( __( 'Additional settings are now available in the Editor advanced settings sidebar' ) );
27
}
28
};
29
0 commit comments