From f1491b31f589c8f32d02892b78140b9722d0e463 Mon Sep 17 00:00:00 2001 From: Adam Schwartz <77259180+aschwartz91@users.noreply.github.com> Date: Mon, 28 Jul 2025 17:48:38 -0400 Subject: [PATCH] Update Main.tsx --- src/components/dashboard/Main.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/dashboard/Main.tsx b/src/components/dashboard/Main.tsx index a09aa418..c5a646be 100644 --- a/src/components/dashboard/Main.tsx +++ b/src/components/dashboard/Main.tsx @@ -25,9 +25,9 @@ type CalloutType = { const DashboardCallout = (lastSyncTime: string | null) => ({ [CalloutVariant.WARNING]: { - title: 'Confirm your mapping before getting started', + title: 'Finalize your integration', description: - "Set your product mappings and review configuration settings to best set up your QuickBooks integration. Once you're ready, click the button below to enable the app.", + "Review your settings and product mappings to finalize the integration. Once you're ready, click the button to enable the sync.", actionLabel: 'Enable app', actionIcon: 'Check' as IconType, buttonVariant: 'primary' as const,