Skip to content

Commit

Permalink
Update video settings help text
Browse files Browse the repository at this point in the history
  • Loading branch information
amitraj2203 committed May 21, 2024
1 parent 18dfdf5 commit 6f069f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/video/edit-common-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
) }
/>
<SelectControl
Expand Down

0 comments on commit 6f069f1

Please sign in to comment.