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