Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pricing page: Update JP Starter and Security product card plan features. #76651

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update JP Starter and Security product card plan features. (Add stora…
…ge & API limits).
  • Loading branch information
elliottprogrammer committed May 7, 2023
commit db81b7e91f69371155a7671b7735b7286f1266be
4 changes: 2 additions & 2 deletions packages/calypso-products/src/plans-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1916,7 +1916,7 @@ const getPlanJetpackSecurityT1Details = (): IncompleteJetpackPlan => ( {
),
getFeaturedDescription: () =>
translate(
'This bundle includes:{{ul}}{{li}}VaultPress Backup{{/li}}{{li}}Scan{{/li}}{{li}}Akismet Anti-spam{{/li}}{{/ul}}',
'This bundle includes:{{ul}}{{li}}VaultPress Backup (10GB){{/li}}{{li}}Scan{{/li}}{{li}}Akismet Anti-spam (10k API calls/mo){{/li}}{{/ul}}',
{
components: {
ul: <ul />,
Expand Down Expand Up @@ -2098,7 +2098,7 @@ const getPlanJetpackStarterDetails = (): IncompleteJetpackPlan => ( {
translate( 'Essential security tools: real-time backups and comment spam protection.' ),
getFeaturedDescription: () =>
translate(
'This bundle includes:{{ul}}{{li}}VaultPress Backup{{/li}}{{li}}Akismet Anti-spam{{/li}}{{/ul}}',
'This bundle includes:{{ul}}{{li}}VaultPress Backup (1GB){{/li}}{{li}}Akismet Anti-spam (1k API calls/mo){{/li}}{{/ul}}',
{
components: {
ul: <ul />,
Expand Down