Skip to content

Commit

Permalink
Template Parts: Fix typo in translatable string (WordPress#59816)
Browse files Browse the repository at this point in the history
Co-authored-by: swissspidy <[email protected]>
Co-authored-by: talldan <[email protected]>
  • Loading branch information
3 people authored and carstingaxion committed Mar 27, 2024
1 parent 27ec8da commit d59c351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/template-part/edit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export default function TemplatePartEdit( {
createSuccessNotice(
sprintf(
/* translators: %s: template part title. */
__( 'Template Part "%s" replaceed.' ),
__( 'Template Part "%s" replaced.' ),
templatePart.title?.rendered || templatePart.slug
),
{
Expand Down

0 comments on commit d59c351

Please sign in to comment.