Update verify password/otp component (#1303)
This commit is contained in:
parent
977fdef787
commit
1e5c2c35e5
2
jslib
2
jslib
|
@ -1 +1 @@
|
|||
Subproject commit e1b1efeea2074254017909423ad628508508b736
|
||||
Subproject commit 9b7aaa272d2ba226952c8f95c6354f952a66faa0
|
|
@ -7,7 +7,6 @@
|
|||
{{'personalVaultExportPolicyInEffect' | i18n}}
|
||||
</app-callout>
|
||||
|
||||
<p>{{'exportMasterPassword' | i18n}}</p>
|
||||
<div class="row">
|
||||
<div class="form-group col-6">
|
||||
<label for="format">{{'fileFormat' | i18n}}</label>
|
||||
|
|
|
@ -840,9 +840,6 @@
|
|||
"encExportAccountWarningDesc": {
|
||||
"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": {
|
||||
"message": "Export"
|
||||
},
|
||||
|
@ -4473,12 +4470,21 @@
|
|||
"keyConnectorUrl": {
|
||||
"message": "Key Connector URL"
|
||||
},
|
||||
"requestVerificationCode": {
|
||||
"message": "Request one-time password"
|
||||
"sendVerificationCode": {
|
||||
"message": "Send a verification code to your email"
|
||||
},
|
||||
"sendCode": {
|
||||
"message": "Send Code"
|
||||
},
|
||||
"codeSent": {
|
||||
"message": "Code Sent"
|
||||
},
|
||||
"verificationCode": {
|
||||
"message": "Verification Code"
|
||||
},
|
||||
"confirmIdentity": {
|
||||
"message": "Confirm your identity to continue."
|
||||
},
|
||||
"verificationCodeRequired": {
|
||||
"message": "Verification code is required."
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue