Skip to content

Commit

Permalink
Boost: Update upgrade page text (#39544)
Browse files Browse the repository at this point in the history
* Update support text

* Make 14 day money back guarantee bold

* changelog
  • Loading branch information
haqadn authored Sep 26, 2024
1 parent cdc447b commit caa7875
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type CardPageProps = {
showActivateLicense?: boolean;
showBackButton?: boolean;
sidebarItem?: React.ReactNode;
footerNote?: string;
footerNote?: React.ReactNode;
};

const CardPage = ( {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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. <strong>14 day money back guarantee.</strong>',
'jetpack-boost'
),
{
strong: <strong />,
}
) }
>
<h1 className="my-3">
Expand Down Expand Up @@ -110,7 +115,7 @@ const Upgrade: React.FC = () => {
<li>
{ createInterpolateElement(
__(
'<strong>Expert Support With a Personal Touch:</strong> Enjoy dedicated email support from our Happiness Engineers, ensuring a smoother experience and peace of mind.',
'<strong>Expert Support With Personal Assistance Available:</strong> Enjoy dedicated email support from our Happiness Engineers, ensuring a smoother experience and peace of mind.',
'jetpack-boost'
),
{
Expand Down
5 changes: 5 additions & 0 deletions projects/plugins/boost/changelog/update-upgrade-page
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Updated text on upgrade page


0 comments on commit caa7875

Please sign in to comment.