From 18e2b26a3f3588f856b62cb91d5fa02fde760d66 Mon Sep 17 00:00:00 2001 From: Isaac Roberts <119639439+madebyisaacr@users.noreply.github.com> Date: Mon, 19 Jan 2026 14:10:22 -0500 Subject: [PATCH] Rename DateTime to Date & Time --- plugins/csv-import/src/utils/fieldLabels.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",