Skip to content

Commit

Permalink
Update packages/block-library/src/navigation/edit/menu-inspector-cont…
Browse files Browse the repository at this point in the history
…rols.js

Co-authored-by: Alex Stine <alex.stine@yourtechadvisors.com>
  • Loading branch information
2 people authored and scruffian committed Jan 27, 2023
1 parent cf0d99b commit 83c184e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const ExperimentMainContent = ( {
const label = navigationMenu
? sprintf(
/* translators: %s: The name of a menu. */
__( 'Navigation menu: %s' ),
__( 'Structure for navigation menu: %s' ),
navigationMenu.title
)
: __( 'You have not yet created any menus. Displaying a list of your Pages' );
Expand Down

0 comments on commit 83c184e

Please sign in to comment.