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 { %>