Skip to content

Commit 46618a2

Browse files
committed
typo
1 parent 5d9e51d commit 46618a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/components/common/dataExport/exportTriggerAndModal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const exportForm = (exportModel, modalHandler) => {
7575

7676
]);
7777
}),
78-
selectedExportType === DataExportTypes.CSV ? h('.f7.italic', 'For CSV export semicolon is used as delimeter') : null,
78+
selectedExportType === DataExportTypes.CSV ? h('.f7.italic', 'For CSV export semicolon is used as delimiter') : null,
7979

8080
]);
8181

0 commit comments

Comments
 (0)