Skip to content

Commit

Permalink
Change success notices to reflect duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Aug 11, 2023
1 parent 24d33c5 commit 2ad0051
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ export default function DuplicateMenuItem( {
createSuccessNotice(
sprintf(
// translators: %s: The new template part's title e.g. 'Call to action (copy)'.
__( '"%s" created.' ),
title
__( 'Duplicated "%s"' ),
item.title
),
{
type: 'snackbar',
Expand Down Expand Up @@ -137,8 +137,8 @@ export default function DuplicateMenuItem( {
createSuccessNotice(
sprintf(
// translators: %s: The new pattern's title e.g. 'Call to action (copy)'.
__( '"%s" added to my patterns.' ),
title
__( 'Duplicated "%s"' ),
item.title
),
{
type: 'snackbar',
Expand Down

0 comments on commit 2ad0051

Please sign in to comment.