Skip to content

Commit

Permalink
Newsletter: Fix Dotcom account connection copy (#39882)
Browse files Browse the repository at this point in the history
* Improved copy

* changelog

---------

Co-authored-by: Brandon Kraft <[email protected]>
  • Loading branch information
crisbusquets and kraftbj authored Feb 6, 2025
1 parent a754521 commit 13ea3bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,10 @@ export const SettingsCard = inprops => {

return (
<JetpackBanner
title={ __( 'Connect your WordPress.com account to enable newsletters.', 'jetpack' ) }
title={ __(
'Connect your WordPress.com account to enable and set up your newsletter.',
'jetpack'
) }
callToAction={ connectLabel() }
plan={ getJetpackProductUpsellByFeature( FEATURE_NEWSLETTER_JETPACK ) }
feature={ feature }
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Just a copy change.

0 comments on commit 13ea3bc

Please sign in to comment.