mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
fix: missing "the" in sentence regarding trial
This commit is contained in:
parent
0ca3031df1
commit
4ed245a405
@ -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 you’ve 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 you’ve chosen. You can always cancel before then.</p>
|
||||
);
|
||||
}
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user