diff options
author | 2024-10-26 21:16:08 -0700 | |
---|---|---|
committer | 2024-10-26 21:49:23 -0700 | |
commit | 51030ef1a8ccc5afdba69f0aaeb269447fb15593 (patch) | |
tree | d2b51f360df7daf20e3ac89c9c3f2187fd1791d1 /internal/locale/translations/es_ES.json | |
parent | 2bcc4b83994a71bee209ad3b24b68492a11610af (diff) | |
download | v2-51030ef1a8ccc5afdba69f0aaeb269447fb15593.tar.gz v2-51030ef1a8ccc5afdba69f0aaeb269447fb15593.tar.zst v2-51030ef1a8ccc5afdba69f0aaeb269447fb15593.zip |
feat(webauthn): show help message regarding username and non-discoverable credentials
The username is required for non-resident keys, but it's not necessary for discoverable credentials like Passkeys.
Diffstat (limited to 'internal/locale/translations/es_ES.json')
-rw-r--r-- | internal/locale/translations/es_ES.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/locale/translations/es_ES.json b/internal/locale/translations/es_ES.json index 62ab959b..f3d02bef 100644 --- a/internal/locale/translations/es_ES.json +++ b/internal/locale/translations/es_ES.json @@ -220,6 +220,7 @@ "page.settings.webauthn.last_seen_on": "Usado por última vez", "page.settings.webauthn.register": "Registrar clave de acceso", "page.settings.webauthn.register.error": "No se puede registrar la clave de acceso", + "page.login.webauthn_login.help": "Please enter your username if you're using a security key. This is not required if you are using a Passkey (discoverable credentials).", "page.settings.webauthn.delete": [ "Eliminar %d clave de acceso", "Eliminar %d claves de acceso" |