Skip to content

Commit

Permalink
Plans overhaul: revert Pro upsell in posts list (#64659)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskmnds authored and claudiucelfilip committed Jun 16, 2022
1 parent 8cafb20 commit fb548d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/my-sites/post-type-list/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ class PostTypeList extends Component {
{ posts.slice( 0, 10 ).map( this.renderPost ) }
{ showUpgradeNudge && (
<UpsellNudge
title={ translate( 'No Ads with WordPress.com Pro' ) }
title={ translate( 'No Ads with WordPress.com Premium' ) }
description={ translate( 'Prevent ads from showing on your site.' ) }
feature={ WPCOM_FEATURES_NO_ADVERTS }
event="published_posts_no_ads"
Expand Down

0 comments on commit fb548d2

Please sign in to comment.