Skip to content

Commit

Permalink
Make Copy translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Jun 9, 2023
1 parent 1f60256 commit eac8d1c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,11 @@ export default function SidebarNavigationScreenNavigationMenu() {
'postType',
postType,
{
title: menuTitle + __( ' (Copy)' ),
title: sprintf(
/* translators: %s: Navigation menu title */
__( '%s (Copy)' ),
menuTitle
),
content: navigationMenu?.content?.raw,
status: 'publish',
},
Expand Down

0 comments on commit eac8d1c

Please sign in to comment.