Skip to content

Commit

Permalink
Add BlueSky to feature copy on pricing page and features in checkout (#…
Browse files Browse the repository at this point in the history
…97138)

* Add BlueSky to feature copy on pricing page and features in checkout

* Correct BlueSky to Bluesky
  • Loading branch information
CodeyGuyDylan authored Dec 6, 2024
1 parent 357fdd0 commit 150e657
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ function getFeatureStrings(
translate( 'Automatically share your posts' ),
translate( 'Posting to multiple channels at once' ),
translate( 'Scheduled posts' ),
translate( 'Sharing to Facebook, LinkedIn, and Tumblr' ),
translate(
'Sharing to Facebook, Instagram, Threads, Bluesky, LinkedIn, Mastodon, Tumblr, Nextdoor'
),
translate( 'Content recycling' ),
];
case 'social-v1':
Expand All @@ -138,7 +140,9 @@ function getFeatureStrings(
translate( 'Automatically share your posts' ),
translate( 'Posting to multiple channels at once' ),
translate( 'Scheduled posts' ),
translate( 'Sharing to Facebook, LinkedIn, and Tumblr' ),
translate(
'Sharing to Facebook, Instagram, Threads, Bluesky, LinkedIn, Mastodon, Tumblr, Nextdoor'
),
translate( 'Content recycling' ),
];
case 'stats-free':
Expand Down
1 change: 1 addition & 0 deletions packages/calypso-products/src/translations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1375,6 +1375,7 @@ export const getJetpackProductsWhatIsIncluded = (): Record< string, Array< Trans
translate( 'Facebook' ),
translate( 'Instagram' ),
translate( 'Threads' ),
translate( 'Bluesky' ),
translate( 'LinkedIn' ),
translate( 'Mastodon' ),
translate( 'Tumblr' ),
Expand Down

0 comments on commit 150e657

Please sign in to comment.