From 692f0b2d948f42c1a33171fd2faeda1b27c448d0 Mon Sep 17 00:00:00 2001 From: Ignacio Dobronich Date: Fri, 20 Jun 2025 13:25:24 -0300 Subject: [PATCH 1/2] fix: update Change Plan modal caption and fix broken Compute Confirmation link (#36539) * Pro Plan heading caption * Fixed Comput costs docs link * Revert to premium support * Email support * Fixed typing error in PaymentMethodSelection --- .../BillingSettings/Subscription/PaymentMethodSelection.tsx | 2 +- .../Subscription/SubscriptionPlanUpdateDialog.tsx | 2 +- apps/studio/pages/new/[slug].tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.{' '} From ab3ed82c6005b423f2dd1af82e0ba85e7332cbd5 Mon Sep 17 00:00:00 2001 From: Charis <26616127+charislam@users.noreply.github.com> Date: Fri, 20 Jun 2025 13:37:12 -0400 Subject: [PATCH 2/2] fix(changelog): prevent horizontal scroll on mobile (#36559) --- apps/www/pages/changelog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {
-
+