Skip to content

Commit

Permalink
Add monetization tools features to complete lightbox (#97565)
Browse files Browse the repository at this point in the history
* Add monotization tools feature copy to complete lightbox

* Add monotization tools feature copy to complete features
  • Loading branch information
CodeyGuyDylan authored Dec 17, 2024
1 parent 51efc2b commit fdd73cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ function getFeatureStrings(
translate( 'Boost' ),
translate( 'CRM Entrepreneur' ),
translate( 'Stats (Up to 100K site views, upgradeable)' ),
translate( 'Newsletter and monetization tools' ),
];
case 'growth':
return [
Expand Down
6 changes: 3 additions & 3 deletions packages/calypso-products/src/translations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2257,9 +2257,9 @@ export const getJetpackPlansAlsoIncludedFeatures = (): Record<
...videoPressFree,
...freeBundleFeatures,
],
[ PLAN_JETPACK_COMPLETE_BI_YEARLY ]: [ ...freeBundleFeatures ],
[ PLAN_JETPACK_COMPLETE ]: [ ...freeBundleFeatures ],
[ PLAN_JETPACK_COMPLETE_MONTHLY ]: [ ...freeBundleFeatures ],
[ PLAN_JETPACK_COMPLETE_BI_YEARLY ]: [ ...growthPlanIncludesInfo, ...freeBundleFeatures ],
[ PLAN_JETPACK_COMPLETE ]: [ ...growthPlanIncludesInfo, ...freeBundleFeatures ],
[ PLAN_JETPACK_COMPLETE_MONTHLY ]: [ ...growthPlanIncludesInfo, ...freeBundleFeatures ],
[ PLAN_JETPACK_GROWTH_MONTHLY ]: [ ...growthPlanIncludesInfo, ...freeBundleFeatures ],
[ PLAN_JETPACK_GROWTH_YEARLY ]: [ ...growthPlanIncludesInfo, ...freeBundleFeatures ],
[ PLAN_JETPACK_GROWTH_BI_YEARLY ]: [ ...growthPlanIncludesInfo, ...freeBundleFeatures ],
Expand Down

0 comments on commit fdd73cc

Please sign in to comment.