Skip to content

Commit

Permalink
Add translators comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia authored May 29, 2024
1 parent 6f069f1 commit 2fb7833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/video/edit-common-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const VideoSettings = ( { setAttributes, attributes } ) => {
/>
<ToggleControl
__nextHasNoMarginBottom
/* translators: Setting to play videos within the webpage on mobile browsers rather than opening in a fullscreen player. */
label={ __( 'Play inline' ) }
onChange={ toggleFactory.playsInline }
checked={ !! playsInline }
Expand Down

0 comments on commit 2fb7833

Please sign in to comment.