diff --git a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx index 03c82f4ce2b39..632dcca35e67d 100644 --- a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx +++ b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx @@ -392,11 +392,13 @@ const ExtraOptions = ({ indeterminate={false} checked={!!db?.impersonate_user} onChange={onInputChange} - labelText={t('Impersonate logged in user (Presto & Hive)')} + labelText={t( + 'Impersonate logged in user (Presto, Trino, Hive, and GSheets)', + )} />
{t( - 'Specify this database’s version. This should be used with ' + - 'Presto databases so that the syntax is correct.', + 'Specify the database version. This should be used with ' + + 'Presto in order to enable query cost estimation.', )}