warning dialog is now handled in base component (#751)
This commit is contained in:
parent
5a76ca4676
commit
6774ae0ef3
2
jslib
2
jslib
|
@ -1 +1 @@
|
||||||
Subproject commit 573eea66eeff1a763e7ed0477fbba51e02c2c5b1
|
Subproject commit aa1499f70a4ccb0556460942c7c5be1fd517d598
|
|
@ -3,9 +3,6 @@
|
||||||
<h1>{{'exportVault' | i18n}}</h1>
|
<h1>{{'exportVault' | i18n}}</h1>
|
||||||
</div>
|
</div>
|
||||||
<p>{{'exportMasterPassword' | i18n}}</p>
|
<p>{{'exportMasterPassword' | i18n}}</p>
|
||||||
<app-callout type="warning" *ngIf="!encryptedFormat">{{'exportWarningDesc' | i18n}}</app-callout>
|
|
||||||
<app-callout type="warning" *ngIf="encryptedFormat && !organizationId">{{'encExportWarningDesc' | i18n}}
|
|
||||||
</app-callout>
|
|
||||||
<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>
|
||||||
|
|
|
@ -793,6 +793,9 @@
|
||||||
"warning": {
|
"warning": {
|
||||||
"message": "Warning"
|
"message": "Warning"
|
||||||
},
|
},
|
||||||
|
"confirmVaultExport": {
|
||||||
|
"message": "Confirm Vault Export"
|
||||||
|
},
|
||||||
"exportWarningDesc": {
|
"exportWarningDesc": {
|
||||||
"message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it."
|
"message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it."
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue