chore: merge nightly & update dataset preview dialog mapping text

This commit is contained in:
Roland Tannous 2026-03-11 17:00:14 +00:00
commit b274e9e0c6

View file

@ -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}.`}
</p>