diff --git a/superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx b/superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx index 47d442bed55..f18c6c41f55 100644 --- a/superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx +++ b/superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx @@ -442,7 +442,7 @@ const config: ControlPanelConfig = { renderTrigger: true, default: true, description: t( - 'Renders table cells as HTML when applicable. For example, HTML <a> tags will be rendered as hyperlinks.', + 'Renders table cells as HTML when applicable. For example, HTML tags will be rendered as hyperlinks.', ), }, }, diff --git a/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx b/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx index c39ad116c73..933ee6a0c1d 100644 --- a/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx +++ b/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx @@ -467,7 +467,7 @@ const config: ControlPanelConfig = { renderTrigger: true, default: true, description: t( - 'Renders table cells as HTML when applicable. For example, HTML <a> tags will be rendered as hyperlinks.', + 'Renders table cells as HTML when applicable. For example, HTML tags will be rendered as hyperlinks.', ), }, },