Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ const ExtraOptions = ({
</div>
<div className="input-container" data-test="version-spinbutton-test">
<input
type="number"
type="text"
name="version"
placeholder={t('Version number')}
onChange={onExtraInputChange}
Expand All @@ -550,8 +550,8 @@ const ExtraOptions = ({
</div>
<div className="helper">
{t(
'Specify the database version. This should be used with ' +
'Presto in order to enable query cost estimation.',
'Specify the database version. This is used with Presto for query cost ' +
'estimation, and Dremio for syntax changes, among others.',
)}
</div>
</StyledInputContainer>
Expand Down