From f06ced17fcf5d33bd53db09e1c2599ed9229f992 Mon Sep 17 00:00:00 2001 From: nate Date: Tue, 24 Mar 2026 22:23:47 +0400 Subject: [PATCH] fix: upgrade text placement --- apps/web/src/views/checkout.ejs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/web/src/views/checkout.ejs b/apps/web/src/views/checkout.ejs index 28d5c07..e088bb1 100644 --- a/apps/web/src/views/checkout.ejs +++ b/apps/web/src/views/checkout.ejs @@ -27,6 +27,11 @@
← Back to settings

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. +
+ <% } %>
<% if (!invoice) { %> @@ -120,9 +125,6 @@ Continue to Payment -
- Upgrading? 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. -
<% } else { %>