Skip to content

Commit

Permalink
Update feature to 10K for stats
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeyGuyDylan committed Nov 22, 2024
1 parent 30970dd commit eb5ad5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/src/products/class-growth.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public static function get_long_description() {
public static function get_features() {
return array(
_x( 'Jetpack Social', 'Growth Product Feature', 'jetpack-my-jetpack' ),
_x( 'Jetpack Stats (100K site views, upgradeable)', 'Growth Product Feature', 'jetpack-my-jetpack' ),
_x( 'Jetpack Stats (10K site views, upgradeable)', 'Growth Product Feature', 'jetpack-my-jetpack' ),
_x( 'Unlimited subscriber imports', 'Growth Product Feature', 'jetpack-my-jetpack' ),
_x( 'Earn more from your content', 'Growth Product Feature', 'jetpack-my-jetpack' ),
_x( 'Accept payments with PayPal', 'Growth Product Feature', 'jetpack-my-jetpack' ),
Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/jetpack/class.jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -5937,7 +5937,7 @@ public static function get_products_for_purchase( $show_legacy = false ) {
'included_in_plans' => array( 'complete' ),
'features' => array(
_x( 'Jetpack Social', 'Growth Product Feature', 'jetpack' ),
_x( 'Jetpack Stats (100K site views, upgradeable)', 'Growth Product Feature', 'jetpack' ),
_x( 'Jetpack Stats (10K site views, upgradeable)', 'Growth Product Feature', 'jetpack' ),
_x( 'Unlimited subscriber imports', 'Growth Product Feature', 'jetpack' ),
_x( 'Earn more from your content', 'Growth Product Feature', 'jetpack' ),
_x( 'Accept payments with PayPal', 'Growth Product Feature', 'jetpack' ),
Expand Down

0 comments on commit eb5ad5c

Please sign in to comment.