mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
more minor ui changes
This commit is contained in:
parent
7f9b91ea46
commit
f75666a47b
2 changed files with 4 additions and 3 deletions
|
|
@ -213,9 +213,10 @@
|
|||
"passphraseLabel": "Your 12-word passphrase",
|
||||
"recaptchaFailed": "ReCaptcha validation failed",
|
||||
"register": "Create account",
|
||||
"title": "Confirm your passphrase",
|
||||
"title": "Confirm your account",
|
||||
"passkeyDescription": "Please authenticate with your passkey to complete registration.",
|
||||
"authenticatePasskey": "Authenticate with Passkey"
|
||||
"authenticatePasskey": "Authenticate with Passkey",
|
||||
"passkeyError": "Passkey verification failed"
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
|
|
|
|||
|
|
@ -192,7 +192,7 @@ export function VerifyPassphrase(props: VerifyPassphraseProps) {
|
|||
</LargeCardText>
|
||||
{passkeyResult.error ? (
|
||||
<p className="mt-3 text-authentication-errorText">
|
||||
{passkeyResult.error.message}
|
||||
{t("auth.verify.passkeyError")}
|
||||
</p>
|
||||
) : null}
|
||||
<LargeCardButtons>
|
||||
|
|
|
|||
Loading…
Reference in a new issue