Skip to content

Commit

Permalink
Update superset-frontend/src/SqlLab/components/ResultSet/index.tsx
Browse files Browse the repository at this point in the history
update message

Co-authored-by: Michael S. Molina <[email protected]>
  • Loading branch information
justinpark and michael-s-molina authored Dec 2, 2024
1 parent 010da93 commit b12abaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ const ResultSet = ({
Modal.warning({
title: t('Download is on the way'),
content: t(
'Downloading %(rows)s rows based on LIMIT setting! If you want the entire result set, change the LIMIT settings.',
'Downloading %(rows)s rows based on the LIMIT configuration. If you want the entire result set, you need to adjust the LIMIT.',
{ rows: rowsCount.toLocaleString() },
),
});
Expand Down

0 comments on commit b12abaa

Please sign in to comment.