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/pt_BR.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/pt_BR.json')
-rw-r--r-- | internal/locale/translations/pt_BR.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/locale/translations/pt_BR.json b/internal/locale/translations/pt_BR.json index c2461f5d..31e2e022 100644 --- a/internal/locale/translations/pt_BR.json +++ b/internal/locale/translations/pt_BR.json @@ -220,6 +220,7 @@ "page.settings.webauthn.last_seen_on": "Last Used", "page.settings.webauthn.register": "Registrar senha", "page.settings.webauthn.register.error": "Não foi possível registrar a senha", + "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": [ "Remover %d senha", "Remover %d senhas" |