Skip to content

Commit

Permalink
refactor: Fix missing period at end of sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Siobhan committed Feb 23, 2024
1 parent e1de824 commit e88d3d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const VideoSettings = ( { setAttributes, attributes } ) => {
label={ __( 'Autoplay', 'jetpack' ) }
onChange={ toggleFactory.autoplay }
checked={ !! autoplay }
help={ __( 'Autoplay may cause usability issues for some users', 'jetpack' ) }
help={ __( 'Autoplay may cause usability issues for some users.', 'jetpack' ) }
/>
<ToggleControl
__nextHasNoMarginBottom
Expand Down

0 comments on commit e88d3d4

Please sign in to comment.