studio: change password setup subtitle wording
This commit is contained in:
parent
862cbfc302
commit
da71a695d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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? ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue