Skip to content

Commit 543a2d5

Browse files
yogeshbhutkaryogeshbhutkarMamaduka
authored
Video: Fix missing trailing periods (#70857)
Co-authored-by: yogeshbhutkar <yogeshbhutkar@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
1 parent 258120b commit 543a2d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/block-library/src/video/poster-image.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ function PosterImage( { poster, setAttributes } ) {
6666
{ poster
6767
? sprintf(
6868
/* translators: %s: poster image URL. */
69-
__( 'The current poster image url is %s' ),
69+
__( 'The current poster image url is %s.' ),
7070
poster
7171
)
7272
: __(
73-
'There is no poster image currently selected'
73+
'There is no poster image currently selected.'
7474
) }
7575
</p>
7676
{ !! poster && (

0 commit comments

Comments
 (0)