diff --git a/packages/core-commands/src/site-editor-navigation-commands.js b/packages/core-commands/src/site-editor-navigation-commands.js index c1b12a84d4d61a..eb7887a336a1ce 100644 --- a/packages/core-commands/src/site-editor-navigation-commands.js +++ b/packages/core-commands/src/site-editor-navigation-commands.js @@ -337,7 +337,7 @@ const getSiteEditorBasicNavigationCommands = () => result.push( { name: 'core/edit-site/open-pages', - label: __( 'Pages' ), + label: __( 'Manage Pages' ), icon: page, callback: ( { close } ) => { if ( isSiteEditor ) { @@ -356,7 +356,7 @@ const getSiteEditorBasicNavigationCommands = () => result.push( { name: 'core/edit-site/open-templates', - label: __( 'Templates' ), + label: __( 'Manage Templates' ), icon: layout, callback: ( { close } ) => { if ( isSiteEditor ) { @@ -376,7 +376,7 @@ const getSiteEditorBasicNavigationCommands = () => result.push( { name: 'core/edit-site/open-patterns', - label: __( 'Patterns' ), + label: __( 'Manage Patterns' ), icon: symbol, callback: ( { close } ) => { if ( canCreateTemplate ) {