Skip to content

Commit

Permalink
Boost product: Move 'Automated critical CSS' to top of list. (Automat…
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottprogrammer authored Sep 26, 2022
1 parent b2ec40c commit 21b0489
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/calypso-products/src/translations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -635,12 +635,16 @@ export const getJetpackProductsWhatIsIncluded = (): Record< string, Array< Trans
translate( 'Quick and accurate spelling correction' ),
];
const boostIncludesInfo = [
translate( '{{strong}}Automated critical CSS{{/strong}}', {
components: {
strong: <strong />,
},
} ),
translate( 'Site performance scores' ),
translate( 'One-click optimization' ),
translate( 'Defer non-essential JavaScript' ),
translate( 'Optimize CSS loading' ),
translate( 'Lazy image loading' ),
translate( 'Automated critical CSS (Paid feature)' ),
];
const socialIncludesInfo = [
translate( 'Automatically share your posts and products on social media' ),
Expand Down

0 comments on commit 21b0489

Please sign in to comment.