fix: SQL Lab - correct setting name from DISPLAY_MAX_ROWS to DISPLAY_MAX_ROW (#24519)

This commit is contained in:
Jeremy Gillick
2023-06-28 14:13:35 -07:00
committed by GitHub
parent 83ff4cd86a
commit 71f3fcab74
29 changed files with 39 additions and 39 deletions

View File

@@ -299,7 +299,7 @@ const ResultSet = ({
const displayMaxRowsReachedMessage = {
withAdmin: t(
'The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. ' +
'The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. ' +
'Please add additional limits/filters or download to csv to see more rows up to ' +
'the %(limit)d limit.',
{ rows: rowsCount, limit },