Skip to content

Commit

Permalink
Update/subscription widget description (#38040)
Browse files Browse the repository at this point in the history
  • Loading branch information
enejb authored Jun 26, 2024
1 parent d031950 commit b98e147
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Minor copy change based on user feedback
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function ( $content ) {
) {
// translators: %s is the name of the site.
$discover_more_from_text = sprintf( __( 'Discover more from %s', 'jetpack' ), get_bloginfo( 'name' ) );
$subscribe_text = __( 'Subscribe to get the latest posts to your email.', 'jetpack' );
$subscribe_text = __( 'Subscribe to get the latest posts sent to your email.', 'jetpack' );

return $content . do_blocks(
<<<HTML
Expand Down Expand Up @@ -270,7 +270,7 @@ function ( $hooked_block, $hooked_block_type, $relative_position, $anchor_block

// translators: %s is the name of the site.
$discover_more_from_text = sprintf( __( 'Discover more from %s', 'jetpack' ), get_bloginfo( 'name' ) );
$subscribe_text = __( 'Subscribe to get the latest posts to your email.', 'jetpack' );
$subscribe_text = __( 'Subscribe to get the latest posts sent to your email.', 'jetpack' );
$inner_content_begin = <<<HTML
<div class="wp-block-group" style="margin-top:48px;margin-bottom:48px;padding-top:5px;padding-bottom:5px">
<!-- wp:separator {"style":{"spacing":{"margin":{"bottom":"36px"}}},"className":"is-style-wide"} -->
Expand Down

0 comments on commit b98e147

Please sign in to comment.