diff --git a/www/src/components/Wizards/ImportCsvWizard/index.tsx b/www/src/components/Wizards/ImportCsvWizard/index.tsx
index 1d3ae8d0..29f425a0 100644
--- a/www/src/components/Wizards/ImportCsvWizard/index.tsx
+++ b/www/src/components/Wizards/ImportCsvWizard/index.tsx
@@ -3,7 +3,14 @@ import _mergeWith from "lodash/mergeWith";
import _find from "lodash/find";
import { parseJSON } from "date-fns";
-import { useTheme, useMediaQuery } from "@material-ui/core";
+import {
+ useTheme,
+ useMediaQuery,
+ Grid,
+ Typography,
+ Link,
+} from "@material-ui/core";
+import WarningIcon from "@material-ui/icons/Warning";
import WizardDialog from "../WizardDialog";
import Step1Columns from "./Step1Columns";
@@ -110,8 +117,35 @@ export default function ImportCsvWizard({
[
{
title: "choose columns",
- description:
- "Select or add the columns to be imported to your table.",
+ description: (
+ <>
+
+ Select or add the columns to be imported to your table.
+
+
+
+
+
+
+
+ Importing dates?
+
+
+ Make sure your dates are in UTC time and{" "}
+
+ a supported format
+
+ . If they’re not, you will need to re-import your CSV
+ data.
+
+
+
+ >
+ ),
content: (