diff --git a/blocks/library/embed/index.js b/blocks/library/embed/index.js index a346781c68353f..3c276048b68df4 100644 --- a/blocks/library/embed/index.js +++ b/blocks/library/embed/index.js @@ -138,14 +138,17 @@ function getEmbedBlockSettings( { title, icon, category = 'embed' } ) { } if ( ! html ) { + const label = sprintf( __( '%s URL' ), title ); + return [ controls, - +
setAttributes( { url: event.target.value } ) } />