Skip to content

Commit

Permalink
Site Editor: Add navigation type to title labels map (#53074)
Browse files Browse the repository at this point in the history
* Site Editor: Add navigation type to title labels map

* Change the label
  • Loading branch information
Mamaduka committed Jul 28, 2023
1 parent 0250117 commit eb59f89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/edit-site/src/components/editor/index.js
Expand Up @@ -61,6 +61,7 @@ const typeLabels = {
wp_template: __( 'Template' ),
wp_template_part: __( 'Template Part' ),
wp_block: __( 'Pattern' ),
wp_navigation: __( 'Navigation' ),
};

// Prevent accidental removal of certain blocks, asking the user for
Expand Down

1 comment on commit eb59f89

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in eb59f89.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5692100722
📝 Reported issues:

Please sign in to comment.