From 3f202c5c6a825c281fd2d8d2edee93596eeb1016 Mon Sep 17 00:00:00 2001 From: Thomas des Francs Date: Tue, 10 Feb 2026 10:41:48 +0100 Subject: [PATCH] Fix downgrade to Pro CTA icon and wording (#17829) ## Summary - Fixes the downgrade CTA icon for `Switch to Pro` from an up arrow to a down arrow. - Fixes wording generation so no `undefined` suffix is concatenated in downgrade/plan-switch confirmation copy. ## Before image image ## Testing - Not run locally in this environment. --- .../billing/components/SettingsBillingSubscriptionInfo.tsx | 3 ++- .../src/modules/billing/hooks/useBillingWording.ts | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/twenty-front/src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx b/packages/twenty-front/src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx index 06ff2e3a8e..ea1f095efd 100644 --- a/packages/twenty-front/src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx +++ b/packages/twenty-front/src/modules/billing/components/SettingsBillingSubscriptionInfo.tsx @@ -34,6 +34,7 @@ import { useSetRecoilState } from 'recoil'; import { isDefined } from 'twenty-shared/utils'; import { H2Title, + IconArrowDown, IconArrowUp, IconCalendarEvent, IconCalendarRepeat, @@ -473,7 +474,7 @@ export const SettingsBillingSubscriptionInfo = ({ {isEnterprisePlan && (!nextPlan || currentPlan.planKey === nextPlan.planKey) && (