Skip to content

Commit

Permalink
Navigation Screen: Correctly display menu used on location text (#31500)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored May 5, 2021
1 parent 42c5fcd commit 0343eda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default function ManageLocations( {
sprintf(
// translators: menu name.
__( 'Currently using %s' ),
menuOnLocation.description
menuOnLocation.name
)
}
/>
Expand Down

0 comments on commit 0343eda

Please sign in to comment.