diff --git a/ghost/portal/src/components/pages/SignupPage.js b/ghost/portal/src/components/pages/SignupPage.js index 16d85390c7..71883e3c57 100644 --- a/ghost/portal/src/components/pages/SignupPage.js +++ b/ghost/portal/src/components/pages/SignupPage.js @@ -459,7 +459,7 @@ class SignupPage extends React.Component { const {site} = this.context; if (hasFreeTrialTier({site})) { return ( -
After a free trial ends, you will be charged regular price for the tier you’ve chosen. You can always cancel before then.
+After a free trial ends, you will be charged the regular price for the tier you’ve chosen. You can always cancel before then.
); } return null;