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/tr_TR.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/tr_TR.json')
-rw-r--r-- | internal/locale/translations/tr_TR.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/locale/translations/tr_TR.json b/internal/locale/translations/tr_TR.json index 7ae251b5..8e7efa8a 100644 --- a/internal/locale/translations/tr_TR.json +++ b/internal/locale/translations/tr_TR.json @@ -466,6 +466,7 @@ "page.login.title": "Oturum aç", "page.login.webauthn_login": "Passkey ile giriş yap", "page.login.webauthn_login.error": "Passkey ile giriş yapılamıyor", + "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.new_api_key.title": "Yeni API Anahtarı", "page.new_category.title": "Yeni Kategori", "page.new_user.title": "Yeni Kullanıcı", |