diff --git a/packages/twenty-front/src/pages/onboarding/ChooseYourPlan.tsx b/packages/twenty-front/src/pages/onboarding/ChooseYourPlan.tsx
index 04d0af2eb..a8ddede41 100644
--- a/packages/twenty-front/src/pages/onboarding/ChooseYourPlan.tsx
+++ b/packages/twenty-front/src/pages/onboarding/ChooseYourPlan.tsx
@@ -181,10 +181,6 @@ export const ChooseYourPlan = () => {
? BillingPlanKey.ENTERPRISE
: BillingPlanKey.PRO;
- const alternatePlanName = plans?.plans.find(
- (plan) => plan.planKey === alternatePlan,
- )?.baseProduct.name;
-
return (
<>
{isDefined(baseProductPrice) && isDefined(billing) ? (
@@ -256,7 +252,7 @@ export const ChooseYourPlan = () => {
- Switch to {alternatePlanName}
+ Switch Plan