diff --git a/projects/plugins/boost/app/assets/src/js/layout/card-page/card-page.tsx b/projects/plugins/boost/app/assets/src/js/layout/card-page/card-page.tsx index e8ec0e96fb2a2..f5f2f2ec5a7ee 100644 --- a/projects/plugins/boost/app/assets/src/js/layout/card-page/card-page.tsx +++ b/projects/plugins/boost/app/assets/src/js/layout/card-page/card-page.tsx @@ -11,7 +11,7 @@ type CardPageProps = { showActivateLicense?: boolean; showBackButton?: boolean; sidebarItem?: React.ReactNode; - footerNote?: string; + footerNote?: React.ReactNode; }; const CardPage = ( { diff --git a/projects/plugins/boost/app/assets/src/js/pages/upgrade/upgrade.tsx b/projects/plugins/boost/app/assets/src/js/pages/upgrade/upgrade.tsx index 2a238c1062de1..6c4f3f0fc5250 100644 --- a/projects/plugins/boost/app/assets/src/js/pages/upgrade/upgrade.tsx +++ b/projects/plugins/boost/app/assets/src/js/pages/upgrade/upgrade.tsx @@ -48,9 +48,14 @@ const Upgrade: React.FC = () => { /> ) } - footerNote={ __( - 'Special introductory pricing, all renewals are at full price. 14 day money back guarantee.', - 'jetpack-boost' + footerNote={ createInterpolateElement( + __( + 'Special introductory pricing, all renewals are at full price. 14 day money back guarantee.', + 'jetpack-boost' + ), + { + strong: , + } ) } >

@@ -110,7 +115,7 @@ const Upgrade: React.FC = () => {
  • { createInterpolateElement( __( - 'Expert Support With a Personal Touch: Enjoy dedicated email support from our Happiness Engineers, ensuring a smoother experience and peace of mind.', + 'Expert Support With Personal Assistance Available: Enjoy dedicated email support from our Happiness Engineers, ensuring a smoother experience and peace of mind.', 'jetpack-boost' ), { diff --git a/projects/plugins/boost/changelog/update-upgrade-page b/projects/plugins/boost/changelog/update-upgrade-page new file mode 100644 index 0000000000000..f0a9482666432 --- /dev/null +++ b/projects/plugins/boost/changelog/update-upgrade-page @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated text on upgrade page + +