Skip to content

Commit

Permalink
Change the untitled name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Dwyer committed Jan 12, 2023
1 parent de09077 commit 2c18a4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function NavigationMenuSelector( {
const label =
decodeEntities( title.rendered ) ||
/* translators: %s is the index of the menu in the list of menus. */
sprintf( __( 'Untitled menu %s' ), index + 1 );
sprintf( __( '(no title %s)' ), index + 1 );

if ( id === currentMenuId && ! isCreatingMenu ) {
setSelectorLabel(
Expand Down

0 comments on commit 2c18a4d

Please sign in to comment.