Skip to content

Commit 5a0ee0d

Browse files
msukkariclaude
andauthored
chore(web): use neutral title in post-checkout activation dialog (#1235)
Swap "Finalizing your purchase" for "Activating your license" so the copy reads correctly for both paid checkouts and trial starts (the same dialog drives both flows). Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7cefb8e commit 5a0ee0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/web/src/ee/features/lighthouse/licenseActivactionDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export function LicenseActivactionDialog({ userEmail }: CheckoutSuccessModalProp
157157
<CheckCircle2 className="h-6 w-6 text-green-600 dark:text-green-400" />
158158
</div>
159159
<DialogTitle>
160-
{isPolling ? "Finalizing your purchase" : "One more step"}
160+
{isPolling ? "Activating your license" : "One more step"}
161161
</DialogTitle>
162162
<DialogDescription>
163163
{isPolling

0 commit comments

Comments
 (0)