mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-14 01:01:31 +01:00
PM-8113 - Webauthn Iframe - update translation per figma
This commit is contained in:
parent
afad4e08cf
commit
33ab7e6358
@ -1395,6 +1395,9 @@
|
||||
"webAuthnAuthenticate": {
|
||||
"message": "Authenticate WebAuthn"
|
||||
},
|
||||
"readSecurityKey": {
|
||||
"message": "Read security key"
|
||||
},
|
||||
"loginUnavailable": {
|
||||
"message": "Login unavailable"
|
||||
},
|
||||
|
@ -2269,6 +2269,9 @@
|
||||
"webAuthnAuthenticate": {
|
||||
"message": "Authenticate WebAuthn"
|
||||
},
|
||||
"readSecurityKey": {
|
||||
"message": "Read security key"
|
||||
},
|
||||
"hideEmail": {
|
||||
"message": "Hide my email address from recipients."
|
||||
},
|
||||
|
@ -5621,6 +5621,9 @@
|
||||
"webAuthnAuthenticate": {
|
||||
"message": "Authenticate WebAuthn"
|
||||
},
|
||||
"readSecurityKey": {
|
||||
"message": "Read security key"
|
||||
},
|
||||
"webAuthnNotSupported": {
|
||||
"message": "WebAuthn is not supported in this browser."
|
||||
},
|
||||
|
@ -25,7 +25,7 @@ export class WebAuthnIFrame {
|
||||
const params = new URLSearchParams({
|
||||
data: this.base64Encode(JSON.stringify(data)),
|
||||
parent: encodeURIComponent(this.win.document.location.href),
|
||||
btnText: encodeURIComponent(this.i18nService.t("webAuthnAuthenticate")),
|
||||
btnText: encodeURIComponent(this.i18nService.t("readSecurityKey")),
|
||||
v: "1",
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user