chore: clarify custom domain / PITR pricing (#34941)

Customers sometimes upgrade without knowing custom domains cost extra.
This commit is contained in:
Kevin Grüneberg
2025-04-12 01:00:07 +08:00
committed by GitHub
parent 3c7c76dcbe
commit 43cba0dae0
2 changed files with 3 additions and 3 deletions

View File

@@ -68,8 +68,8 @@ const CustomDomainConfig = () => {
customDomainsDisabledDueToQuota
? 'We are working with our upstream DNS provider before we are able to sign up new custom domains. Please check back in a few hours.'
: plan === 'free'
? 'To configure a custom domain for your project, please upgrade to the Pro Plan with the custom domains add-on selected'
: 'To configure a custom domain for your project, please enable the add-on'
? 'Paid Plans come with free vanity subdomains or Custom Domains for an additional $10/month per domain.'
: 'To configure a custom domain for your project, please enable the add-on. Each Custom Domains costs $10 per month.'
}
addon="customDomain"
source="customDomain"

View File

@@ -93,7 +93,7 @@ const PITR = () => {
primaryText="Point in Time Recovery is a Pro Plan add-on."
secondaryText={
plan === 'free'
? 'With PITR, you can roll back to a specific time (to the second!). PITR starts from $100/mo and is available for Pro Plan customers. Note that the Pro Plan already includes daily backups for no extra charge — PITR is an optional upgrade.'
? 'With PITR, you can roll back to a specific time (to the second!). PITR starts from $100/mo and is available for Pro Plan customers. Note that the Pro Plan already includes daily backups for no extra charge — PITR is an optional upgrade that starts at $100/month.'
: 'Please enable the add-on to enable point in time recovery for your project.'
}
/>