diff --git a/jslib b/jslib
index 27566c3fd5..3b22df15e8 160000
--- a/jslib
+++ b/jslib
@@ -1 +1 @@
-Subproject commit 27566c3fd5a1040112278c7ad0a50c6b8d45e3e4
+Subproject commit 3b22df15e8cb2f14c2b4dfe996af9bbb721902d0
diff --git a/src/app/organizations/tools/export.component.ts b/src/app/organizations/tools/export.component.ts
index 957f6db70c..7c8cccdf46 100644
--- a/src/app/organizations/tools/export.component.ts
+++ b/src/app/organizations/tools/export.component.ts
@@ -28,7 +28,7 @@ export class ExportComponent extends BaseExportComponent {
}
getExportData() {
- return this.exportService.getOrganizationExport(this.organizationId, 'csv');
+ return this.exportService.getOrganizationExport(this.organizationId, this.format);
}
getFileName() {
diff --git a/src/app/tools/export.component.html b/src/app/tools/export.component.html
index a9dd4c8064..c000b73e5c 100644
--- a/src/app/tools/export.component.html
+++ b/src/app/tools/export.component.html
@@ -3,7 +3,7 @@
{{'exportVault' | i18n}}
{{'exportMasterPassword' | i18n}}
- {{'exportWarning' | i18n}}
+ {{'exportWarningDesc' | i18n}}
@@ -11,6 +11,15 @@
appInputVerbatim>
+
+
+
+
+
+