Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/dashboard/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading