From 131fa2647db3c473704b7c8afa09291bec566b29 Mon Sep 17 00:00:00 2001 From: karthick-murugan Date: Fri, 20 Dec 2024 11:23:27 +0530 Subject: [PATCH] Feedback changes updated --- .../core-commands/src/site-editor-navigation-commands.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/core-commands/src/site-editor-navigation-commands.js b/packages/core-commands/src/site-editor-navigation-commands.js index c1b12a84d4d61..eb7887a336a1c 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 ) {