diff --git a/plugins/csv-import/src/utils/fieldLabels.ts b/plugins/csv-import/src/utils/fieldLabels.ts index 628141e41..c89e4d9a6 100644 --- a/plugins/csv-import/src/utils/fieldLabels.ts +++ b/plugins/csv-import/src/utils/fieldLabels.ts @@ -3,7 +3,7 @@ import type { VirtualFieldType } from "./virtualTypes" export const labelByFieldType: Record = { boolean: "Toggle", date: "Date", - datetime: "DateTime", + datetime: "Date & Time", number: "Number", formattedText: "Formatted Text", color: "Color",