diff --git a/packages/editor/src/components/keyboard-shortcut-help-modal/config.js b/packages/editor/src/components/keyboard-shortcut-help-modal/config.js index fd4c6dd73198f7..ece30ae663f024 100644 --- a/packages/editor/src/components/keyboard-shortcut-help-modal/config.js +++ b/packages/editor/src/components/keyboard-shortcut-help-modal/config.js @@ -61,7 +61,7 @@ const blockShortcuts = { }, { key: '/', - description: __( `Type '/' on a new line followed by a block name to change the type of block.` ), + description: __( `Change the block type after adding a new paragraph.` ), }, ], };