Browse Source

Fix typo in webAuthnAuthenticate (#964)

pull/969/head
Daniel James Smith 5 years ago committed by GitHub
parent
commit
97e1c7a2ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/locales/en/messages.json

2
src/locales/en/messages.json

@ -3832,7 +3832,7 @@ @@ -3832,7 +3832,7 @@
"message": "To verify your 2FA please click the button below."
},
"webAuthnAuthenticate": {
"message": "Authenticate WebAutn"
"message": "Authenticate WebAuthn"
},
"webAuthnNotSupported": {
"message": "WebAuthn is not supported in this browser."

Loading…
Cancel
Save