From 784b05cf452c982bcbef88d01d4ec3bff688bba6 Mon Sep 17 00:00:00 2001 From: Thomas des Francs Date: Tue, 27 Jan 2026 11:15:27 +0100 Subject: [PATCH] fix: update calendar setup CTA to 'Finish Setup' with floppy icon (#17464) ## Today CTA is confusing image ## Summary - Replace the "Add account" button text with "Finish Setup" at the end of the calendar account configuration flow - Change the button icon from a plus sign (`IconPlus`) to a floppy disk (`IconDeviceFloppy`) to better reflect saving/completing the setup --- .../accounts/SettingsAccountsConfigurationStepCalendar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/twenty-front/src/pages/settings/accounts/SettingsAccountsConfigurationStepCalendar.tsx b/packages/twenty-front/src/pages/settings/accounts/SettingsAccountsConfigurationStepCalendar.tsx index 8a3e00da23..5cf5c512ec 100644 --- a/packages/twenty-front/src/pages/settings/accounts/SettingsAccountsConfigurationStepCalendar.tsx +++ b/packages/twenty-front/src/pages/settings/accounts/SettingsAccountsConfigurationStepCalendar.tsx @@ -7,7 +7,7 @@ import { SettingsPageContainer } from '@/settings/components/SettingsPageContain import { SubMenuTopBarContainer } from '@/ui/layout/page/components/SubMenuTopBarContainer'; import { SettingsPath } from 'twenty-shared/types'; import { getSettingsPath, isDefined } from 'twenty-shared/utils'; -import { IconPlus } from 'twenty-ui/display'; +import { IconDeviceFloppy } from 'twenty-ui/display'; import { Button } from 'twenty-ui/input'; type SettingsAccountsConfigurationStepCalendarProps = { @@ -46,8 +46,8 @@ export const SettingsAccountsConfigurationStepCalendar = ({ ]} actionButton={