Skip to content

Commit

Permalink
Feedback changes updated
Browse files Browse the repository at this point in the history
  • Loading branch information
karthick-murugan committed Dec 20, 2024
1 parent 805f315 commit 131fa26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/core-commands/src/site-editor-navigation-commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand All @@ -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 ) {
Expand All @@ -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 ) {
Expand Down

0 comments on commit 131fa26

Please sign in to comment.