We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bdccfd commit 1505d20Copy full SHA for 1505d20
apps/ui/src/components/onboarding/onboarding-wizard.tsx
@@ -176,7 +176,7 @@ export function OnboardingWizard() {
176
...step,
177
// Welcome step shows dynamic text based on user state
178
...(index === 0 && {
179
- customNextText: "Next: How did you hear about us?",
+ customNextText: "Next: How did you find us?",
180
}),
181
// Referral step shows dynamic text based on user state
182
...(index === 1 && {
0 commit comments