diff --git a/src/utils/exportUtils/Exporter.ts b/src/utils/exportUtils/Exporter.ts index becc36449d..3209dd085b 100644 --- a/src/utils/exportUtils/Exporter.ts +++ b/src/utils/exportUtils/Exporter.ts @@ -72,7 +72,7 @@ export default abstract class Exporter { protected async downloadZIP(): Promise { const brand = SdkConfig.get().brand; - const filename = `${brand} - Chat Export -${formatFullDateNoDay(new Date())}.zip`; + const filename = `${brand} - Chat Export - ${formatFullDateNoDay(new Date())}.zip`; const { default: JSZip } = await import('jszip'); const zip = new JSZip();