diff --git a/studio/frontend/src/features/studio/sections/dataset-preview-dialog-mapping.tsx b/studio/frontend/src/features/studio/sections/dataset-preview-dialog-mapping.tsx index 3a10075b1b..e4079663a8 100644 --- a/studio/frontend/src/features/studio/sections/dataset-preview-dialog-mapping.tsx +++ b/studio/frontend/src/features/studio/sections/dataset-preview-dialog-mapping.tsx @@ -168,7 +168,7 @@ export function DatasetMappingCard({ > {mappingOk ? autoDetected - ? "We auto-detected the column mapping below. You can change it using the dropdowns in the column headers." + ? "We auto-detected the column mapping below. You can change it using the dropdowns in the column headers, or use AI Assist for a smarter mapping strategy." : "Looks good. We'll convert this dataset automatically." : `Assign roles to columns using the dropdowns in the headers. At minimum, assign ${requiredLabel}.`}