Add missing translations on WebAuthn login (#6965)

This commit is contained in:
Todd Martin 2023-11-27 03:10:49 -05:00 committed by GitHub
parent 802fb29120
commit 640700e4f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -611,6 +611,15 @@
"loginWithMasterPassword": {
"message": "Log in with master password"
},
"readingPasskeyLoading": {
"message": "Reading passkey..."
},
"readingPasskeyLoadingInfo": {
"message": "Keep this window open and follow prompts from your browser."
},
"useADifferentLogInMethod": {
"message": "Use a different log in method"
},
"loginWithPasskey": {
"message": "Log in with passkey"
},