This is an automated email from the ASF dual-hosted git repository. sophieyou pushed a commit to branch html-tooltip-copy-update-1 in repository https://gitbox.apache.org/repos/asf/superset.git
commit a4072383cc839dcdd705ef0dc39524722b2054d3 Author: yousoph <[email protected]> AuthorDate: Tue Oct 22 16:39:47 2024 -0700 Render html tooltip copy update in tables --- superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx b/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx index 0d27c73c48..c29931d6cf 100644 --- a/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx +++ b/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx @@ -466,7 +466,7 @@ const config: ControlPanelConfig = { label: t('Render columns in HTML format'), renderTrigger: true, default: true, - description: t('Render data in HTML format if applicable.'), + description: t('Display links and other formatting in the table when applicable.'), }, }, ],
