From e8db9d597485cad3606effb85f58c60bfc7c8eaf Mon Sep 17 00:00:00 2001 From: Vishnu Date: Fri, 10 Feb 2023 18:52:43 +0530 Subject: [PATCH] Update case --- src/constants/export/index.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/constants/export/index.ts b/src/constants/export/index.ts index bb91824a8..96200ee1c 100644 --- a/src/constants/export/index.ts +++ b/src/constants/export/index.ts @@ -1,13 +1,13 @@ export const ENTE_METADATA_FOLDER = 'metadata'; export enum ExportNotification { - START = 'export started', - IN_PROGRESS = 'export already in progress', - FINISH = 'export finished', - FAILED = 'export failed', - ABORT = 'export aborted', - PAUSE = 'export paused', - UP_TO_DATE = `no new files to export`, + START = 'Export started', + IN_PROGRESS = 'Export already in progress', + FINISH = 'Export finished', + FAILED = 'Export failed', + ABORT = 'Export aborted', + PAUSE = 'Export paused', + UP_TO_DATE = `No new files to export`, } export enum RecordType {