Skip to content

Commit

Permalink
Fixed duplicated pattern snackbar notice
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Oct 11, 2023
1 parent d191427 commit f3c2b9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function DuplicateMenuItem( {
sprintf(
// translators: %s: The new pattern's title e.g. 'Call to action (copy)'.
__( '"%s" duplicated.' ),
pattern.title
pattern.title.raw
),
{
type: 'snackbar',
Expand Down

0 comments on commit f3c2b9e

Please sign in to comment.