From f6bc9f5dd273977ebfc17b1d1fd6a68e3c15403c Mon Sep 17 00:00:00 2001 From: cd-bitwarden <106776772+cd-bitwarden@users.noreply.github.com> Date: Mon, 18 Jul 2022 10:58:02 -0400 Subject: [PATCH] Update apps/web/src/app/tools/import-export/export.component.ts Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> --- apps/web/src/app/tools/import-export/export.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/tools/import-export/export.component.ts b/apps/web/src/app/tools/import-export/export.component.ts index 9d60f4589b0..859bb02d762 100644 --- a/apps/web/src/app/tools/import-export/export.component.ts +++ b/apps/web/src/app/tools/import-export/export.component.ts @@ -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";