mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Update verify password/otp component (#1303)
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: e1b1efeea2...9b7aaa272d
@@ -7,7 +7,6 @@
|
|||||||
{{'personalVaultExportPolicyInEffect' | i18n}}
|
{{'personalVaultExportPolicyInEffect' | i18n}}
|
||||||
</app-callout>
|
</app-callout>
|
||||||
|
|
||||||
<p>{{'exportMasterPassword' | i18n}}</p>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="form-group col-6">
|
<div class="form-group col-6">
|
||||||
<label for="format">{{'fileFormat' | i18n}}</label>
|
<label for="format">{{'fileFormat' | i18n}}</label>
|
||||||
|
|||||||
@@ -840,9 +840,6 @@
|
|||||||
"encExportAccountWarningDesc": {
|
"encExportAccountWarningDesc": {
|
||||||
"message": "Account encryption keys are unique to each Bitwarden user account, so you can't import an encrypted export into a different account."
|
"message": "Account encryption keys are unique to each Bitwarden user account, so you can't import an encrypted export into a different account."
|
||||||
},
|
},
|
||||||
"exportMasterPassword": {
|
|
||||||
"message": "Enter your master password to export your vault data."
|
|
||||||
},
|
|
||||||
"export": {
|
"export": {
|
||||||
"message": "Export"
|
"message": "Export"
|
||||||
},
|
},
|
||||||
@@ -4473,12 +4470,21 @@
|
|||||||
"keyConnectorUrl": {
|
"keyConnectorUrl": {
|
||||||
"message": "Key Connector URL"
|
"message": "Key Connector URL"
|
||||||
},
|
},
|
||||||
"requestVerificationCode": {
|
"sendVerificationCode": {
|
||||||
"message": "Request one-time password"
|
"message": "Send a verification code to your email"
|
||||||
|
},
|
||||||
|
"sendCode": {
|
||||||
|
"message": "Send Code"
|
||||||
|
},
|
||||||
|
"codeSent": {
|
||||||
|
"message": "Code Sent"
|
||||||
},
|
},
|
||||||
"verificationCode": {
|
"verificationCode": {
|
||||||
"message": "Verification Code"
|
"message": "Verification Code"
|
||||||
},
|
},
|
||||||
|
"confirmIdentity": {
|
||||||
|
"message": "Confirm your identity to continue."
|
||||||
|
},
|
||||||
"verificationCodeRequired": {
|
"verificationCodeRequired": {
|
||||||
"message": "Verification code is required."
|
"message": "Verification code is required."
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user