From 58a80bd57d0a8c55272c3116aec0ad8300c52ef0 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Tue, 2 Jun 2026 09:11:23 -0700 Subject: [PATCH] update copy for sign in views This disambiguates whether the view is for sign up or sign in. --- js/desktop/src/features/auth/email-step.tsx | 4 ++-- js/mobile/src/features/auth/SignInScreen.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/desktop/src/features/auth/email-step.tsx b/js/desktop/src/features/auth/email-step.tsx index 45be3b7..a7c7a5d 100644 --- a/js/desktop/src/features/auth/email-step.tsx +++ b/js/desktop/src/features/auth/email-step.tsx @@ -31,8 +31,8 @@ export function EmailStep({ onCodeSent }: EmailStepProps) { return (
-

Sign in

- Enter your email to receive a sign-in code. +

Welcome

+ Enter your email to sign in or create an account. We'll send a code to verify it.
diff --git a/js/mobile/src/features/auth/SignInScreen.tsx b/js/mobile/src/features/auth/SignInScreen.tsx index 0409869..16961a2 100644 --- a/js/mobile/src/features/auth/SignInScreen.tsx +++ b/js/mobile/src/features/auth/SignInScreen.tsx @@ -60,9 +60,9 @@ function EmailStep({ onCodeSent }: { onCodeSent: (email: string) => void }) { return ( - Sign in + Welcome - Enter your email to receive a sign-in code. + Enter your email to sign in or create an account. We'll send a code to verify it.