From 6f069f140af7ef9d014d259bba972cded2b195f8 Mon Sep 17 00:00:00 2001 From: Amit Raj Date: Tue, 21 May 2024 20:14:40 +0530 Subject: [PATCH] Update video settings help text --- packages/block-library/src/video/edit-common-settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-library/src/video/edit-common-settings.js b/packages/block-library/src/video/edit-common-settings.js index cd2efb996d48f5..bb021ce2c9762e 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.' ) } />