diff --git a/_inc/client/plans/plan-body.jsx b/_inc/client/plans/plan-body.jsx index d6acb99be8b39..5b1c50de564da 100644 --- a/_inc/client/plans/plan-body.jsx +++ b/_inc/client/plans/plan-body.jsx @@ -149,12 +149,12 @@ class PlanBody extends React.Component { premiumThemesActive && (

{ __( 'Unlimited Premium Themes' ) }

-

{ __( "Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors." ) }

+

{ __( "Exclusive hand-crafted designs you will love with dedicated support directly from the theme authors." ) }

) @@ -268,7 +268,7 @@ class PlanBody extends React.Component { ( 'is-business-plan' === planClass || 'is-premium-plan' === planClass ) && (

{ __( 'Video Hosting' ) }

-

{ __( 'Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).' ) }

+

{ __( 'Fast, optimized, ad-free, and unlimited video hosting for your site.' ) }

{ this.props.isModuleActivated( 'videopress' ) ? ( ) } @@ -342,15 +342,10 @@ class PlanBody extends React.Component { { 'is-personal-plan' === planClass && (
-

{ __( 'Explore Premium and Professional Options' ) }

-

{ __( 'Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:' ) }

-

• { __( 'Over 200 Premium themes to explore' ) }

-

• { __( 'Business class security: malware scanning, real-time backups, and threat resolution' ) }

-

• { __( 'Social media automation and scheduling' ) }

-

• { __( 'Unlimited and ad-free video hosting' ) }

-

• { __( 'SEO and social media previewing tools' ) }

-

• { __( 'Income generation from a WordPress ad program' ) }

-

• { __( 'Google Analytics integration' ) }

+

{ __( 'Three great reasons to go Pro' ) }

+

{ __( 'Design the perfect site with unlimited access to hundreds of themes and unlimited, high-speed, and ad-free video hosting.' ) }

+

{ __( 'Always-on security including real-time backups, malware scanning, and automatic threat resolution.' ) }

+

{ __( 'Grow your traffic and revenue with social media scheduling, enhanced site search, SEO tools, PayPal payments, and an ad program.' ) }

-

{ __( 'Your site is on the Free Jetpack Plan' ) }

-

{ __( 'Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.' ) }

+

{ __( 'Powerful services for your site' ) }

+

{ __( 'Always-on security, a better search experience, unlimited CDN use, advanced marketing tools, and monetization services.' ) }

); @@ -81,7 +81,7 @@ class PlanHeader extends React.Component {

{ __( 'Welcome to Jetpack Personal' ) }

-

{ __( 'Security essentials (daily backups, spam filtering), and priority support.' ) }

+

{ __( 'Daily backups, spam filtering, and priority support.' ) }

); @@ -93,9 +93,9 @@ class PlanHeader extends React.Component {
-
+

{ __( 'Welcome to Jetpack Premium' ) }

-

{ __( 'Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.' ) }

+

{ __( 'Full security suite, marketing and revenue automation tools, unlimited video hosting, and priority support.' ) }

); @@ -109,7 +109,7 @@ class PlanHeader extends React.Component {

{ __( 'Welcome to Jetpack Professional' ) }

-

{ __( 'Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.' ) }

+

{ __( 'Full security suite, marketing and revenue automation tools, unlimited video hosting, unlimited themes, enhanced search, and priority support.' ) }

);