diff --git a/packages/block-library/src/video/edit-common-settings.js b/packages/block-library/src/video/edit-common-settings.js index cd2efb996d48f..bb021ce2c9762 100644 --- a/packages/block-library/src/video/edit-common-settings.js +++ b/packages/block-library/src/video/edit-common-settings.js @@ -78,7 +78,7 @@ const VideoSettings = ( { setAttributes, attributes } ) => { onChange={ toggleFactory.playsInline } checked={ !! playsInline } help={ __( - 'Enable video playback within the page on mobile browsers.' + 'When enabled, videos will play directly within the webpage on mobile browsers, instead of opening in a fullscreen player.' ) } />