fix: missing "the" in sentence regarding trial

This commit is contained in:
Silvan Hagen 2022-11-19 10:21:04 +01:00 committed by Hannah Wolfe
parent 0ca3031df1
commit 4ed245a405

View File

@ -459,7 +459,7 @@ class SignupPage extends React.Component {
const {site} = this.context;
if (hasFreeTrialTier({site})) {
return (
<p className='gh-portal-free-trial-notification'>After a free trial ends, you will be charged regular price for the tier youve chosen. You can always cancel before then.</p>
<p className='gh-portal-free-trial-notification'>After a free trial ends, you will be charged the regular price for the tier youve chosen. You can always cancel before then.</p>
);
}
return null;