diff --git a/packages/block-library/src/missing/index.js b/packages/block-library/src/missing/index.js index 82de41b1d6eff5..8ec90b2d5cd441 100644 --- a/packages/block-library/src/missing/index.js +++ b/packages/block-library/src/missing/index.js @@ -17,7 +17,7 @@ function MissingBlockWarning( { attributes, convertToHTML } ) { let messageHTML; if ( hasContent && hasHTMLBlock ) { messageHTML = sprintf( - __( 'Your site doesn\'t include support for the "%s" block. You can leave this block intact, convert its content to a Custom HTML block, or remove it entirely.' ), + __( 'Your site doesn’t include support for the "%s" block. You can leave this block intact, convert its content to a Custom HTML block, or remove it entirely.' ), originalName ); actions.push( @@ -27,7 +27,7 @@ function MissingBlockWarning( { attributes, convertToHTML } ) { ); } else { messageHTML = sprintf( - __( 'Your site doesn\'t include support for the "%s" block. You can leave this block intact or remove it entirely.' ), + __( 'Your site doesn’t include support for the "%s" block. You can leave this block intact or remove it entirely.' ), originalName ); } @@ -59,7 +59,7 @@ export const settings = { name, category: 'common', title: __( 'Unrecognized Block' ), - description: __( 'Your site doesn\'t include support for this block.' ), + description: __( 'Your site doesn’t include support for this block.' ), supports: { className: false,