From 9bb890ebedd4b1d0aaa8e308df9014754f6f1a51 Mon Sep 17 00:00:00 2001 From: Beto Dealmeida Date: Fri, 3 Sep 2021 09:42:11 -0700 Subject: [PATCH] fix: impersonate user label/tooltip (#16573) --- .../CRUD/data/database/DatabaseModal/ExtraOptions.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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.', )}