Skip to content

Commit 1505d20

Browse files
committed
fix(ui): update onboarding wizard text
1 parent 9bdccfd commit 1505d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/ui/src/components/onboarding/onboarding-wizard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export function OnboardingWizard() {
176176
...step,
177177
// Welcome step shows dynamic text based on user state
178178
...(index === 0 && {
179-
customNextText: "Next: How did you hear about us?",
179+
customNextText: "Next: How did you find us?",
180180
}),
181181
// Referral step shows dynamic text based on user state
182182
...(index === 1 && {

0 commit comments

Comments
 (0)