more minor ui changes

This commit is contained in:
Pas 2025-12-29 17:10:44 -07:00
parent 7f9b91ea46
commit f75666a47b
2 changed files with 4 additions and 3 deletions

View file

@ -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": {

View file

@ -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>