From 1396364d56832fb956059f90a433d6bcffac2c2d Mon Sep 17 00:00:00 2001 From: Darcy Ye Date: Thu, 20 Jun 2024 18:35:45 +0800 Subject: [PATCH] chore: rename legacy pro to grandfathered pro --- packages/schemas/src/consts/subscriptions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schemas/src/consts/subscriptions.ts b/packages/schemas/src/consts/subscriptions.ts index 3692fccb10d..0161b7c945c 100644 --- a/packages/schemas/src/consts/subscriptions.ts +++ b/packages/schemas/src/consts/subscriptions.ts @@ -22,7 +22,7 @@ export enum ReservedPlanId { * @deprecated * Should not use this plan ID, we only use this tag as a record for the legacy `pro` plan since we will rename the `hobby` plan to be `pro`. */ - LegacyPro = 'legacy-pro', + GrandfatheredPro = 'grandfathered-pro', Development = 'dev', /** * This plan ID is reserved for Admin tenant.