From b274e9e0c62b796d2e17281ba7e018bad6ed898f Mon Sep 17 00:00:00 2001 From: Roland Tannous Date: Wed, 11 Mar 2026 17:00:14 +0000 Subject: [PATCH] chore: merge nightly & update dataset preview dialog mapping text --- .../features/studio/sections/dataset-preview-dialog-mapping.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}.`}