From d620f700b5283e9fb4b7d5ced4edcbe09bced99f Mon Sep 17 00:00:00 2001 From: nate Date: Tue, 24 Mar 2026 22:25:41 +0400 Subject: [PATCH] fix: update upgrade text --- apps/web/src/views/checkout.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/views/checkout.ejs b/apps/web/src/views/checkout.ejs index e088bb1..12f7ebe 100644 --- a/apps/web/src/views/checkout.ejs +++ b/apps/web/src/views/checkout.ejs @@ -29,7 +29,7 @@

Upgrade Plan

<% if (plan !== 'free') { %>
- Your current plan's remaining time is frozen and resumes after the new plan expires. To merge existing time into a higher plan, contact support. + Buying a higher tier? Your current plan pauses and picks back up once the new one expires. If you'd rather combine them, reach out to support.
<% } %>