Skip to content

Commit ec4b8eb

Browse files
authored
Merge pull request #86 from copilot-platforms/OUT-2094
Simple copy change
2 parents bd95ea7 + f1491b3 commit ec4b8eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/dashboard/Main.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ type CalloutType = {
2525

2626
const DashboardCallout = (lastSyncTime: string | null) => ({
2727
[CalloutVariant.WARNING]: {
28-
title: 'Confirm your mapping before getting started',
28+
title: 'Finalize your integration',
2929
description:
30-
"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.",
30+
"Review your settings and product mappings to finalize the integration. Once you're ready, click the button to enable the sync.",
3131
actionLabel: 'Enable app',
3232
actionIcon: 'Check' as IconType,
3333
buttonVariant: 'primary' as const,

0 commit comments

Comments
 (0)