studio: change password setup subtitle wording

This commit is contained in:
Daniel Han 2026-03-17 08:13:12 +00:00
commit da71a695d4

View file

@ -172,7 +172,7 @@ export function AuthForm({ mode }: AuthFormProps): ReactElement | null {
const title = isLoginMode ? "Welcome back" : "Setup your account";
const subtitle = isLoginMode
? "Sign in with your password."
: "Choose your new password.";
: "Choose a new password";
const submitLabel = isLoginMode ? "Login" : "Change password";
const showSwitchLink = !isLoginMode;
const switchText = "Password already setup? ";