1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 06:23:38 +00:00

Update apps/web/src/app/tools/import-export/export.component.ts

Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
This commit is contained in:
cd-bitwarden
2022-07-18 10:58:02 -04:00
committed by GitHub
parent 12b93e74e2
commit f6bc9f5dd2

View File

@@ -67,7 +67,7 @@ export class ExportComponent extends BaseExportComponent {
async submit() {
const confirmDescription =
this.exportForm.get("fileEncryptionType").value == EncryptedExportType.FileEncrypted
this.exportForm.get("fileEncryptionType").value === EncryptedExportType.FileEncrypted
? "confirmVaultExportDesc"
: "encExportKeyWarningDesc";
const confirmButtonText = "exportVault";