diff --git a/apps/studio/components/interfaces/Organization/BillingSettings/Subscription/PaymentMethodSelection.tsx b/apps/studio/components/interfaces/Organization/BillingSettings/Subscription/PaymentMethodSelection.tsx
index 85441004f9574..17f21a4d483d5 100644
--- a/apps/studio/components/interfaces/Organization/BillingSettings/Subscription/PaymentMethodSelection.tsx
+++ b/apps/studio/components/interfaces/Organization/BillingSettings/Subscription/PaymentMethodSelection.tsx
@@ -287,7 +287,7 @@ const PaymentMethodSelection = forwardRef(function PaymentMethodSelection(
diff --git a/apps/studio/components/interfaces/Organization/BillingSettings/Subscription/SubscriptionPlanUpdateDialog.tsx b/apps/studio/components/interfaces/Organization/BillingSettings/Subscription/SubscriptionPlanUpdateDialog.tsx
index 9cc8fbc274fe4..3e7ef734eb4ec 100644
--- a/apps/studio/components/interfaces/Organization/BillingSettings/Subscription/SubscriptionPlanUpdateDialog.tsx
+++ b/apps/studio/components/interfaces/Organization/BillingSettings/Subscription/SubscriptionPlanUpdateDialog.tsx
@@ -43,7 +43,7 @@ const getRandomTweet = () => {
const PLAN_HEADINGS = {
tier_pro:
- 'the Pro plan and create unlimited projects, daily backups and premium support when you need it',
+ 'the Pro plan to unlock unlimited projects, daily backups, and email support whenever you need it',
tier_team: 'the Team plan for SOC2, SSO, priority support and greater data and log retention',
default: 'to a new plan',
} as const
diff --git a/apps/studio/pages/new/[slug].tsx b/apps/studio/pages/new/[slug].tsx
index 44b45fd77bf4f..91039295485a0 100644
--- a/apps/studio/pages/new/[slug].tsx
+++ b/apps/studio/pages/new/[slug].tsx
@@ -967,7 +967,7 @@ const Wizard: NextPageWithLayout = () => {
monthly costs by ${additionalMonthlySpend}, independent of how actively you use it. By
clicking "Confirm", you agree to the additional costs.{' '}
diff --git a/apps/www/pages/changelog.tsx b/apps/www/pages/changelog.tsx
index e202e843b0acf..a5c4c8dbb5c95 100644
--- a/apps/www/pages/changelog.tsx
+++ b/apps/www/pages/changelog.tsx
@@ -296,7 +296,7 @@ function ChangelogPage({ changelog, pageInfo, restPage }: ChangelogPageProps) {