diff --git a/packages/block-library/src/latest-posts/edit.js b/packages/block-library/src/latest-posts/edit.js index a98f9459ac7562..c2d26290746d62 100644 --- a/packages/block-library/src/latest-posts/edit.js +++ b/packages/block-library/src/latest-posts/edit.js @@ -220,7 +220,7 @@ class LatestPostsEdit extends Component { key="html" > { excerptLength < excerpt.trim().split( ' ' ).length ? - excerpt.trim().split( ' ', excerptLength ).join( ' ' ) + ' ... Read More' : + excerpt.trim().split( ' ', excerptLength ).join( ' ' ) + ' ... ' + __( 'Read More' ) + '' : excerpt.trim().split( ' ', excerptLength ).join( ' ' ) }