diff --git a/superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/index.ts b/superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/index.ts index 2ea1b94bdb554..2ffa1bb319b0a 100644 --- a/superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/index.ts +++ b/superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/index.ts @@ -35,7 +35,8 @@ export default class PopKPIPlugin extends ChartPlugin { */ constructor() { const metadata = new ChartMetadata({ - description: 'KPI viz for comparing multiple period', + description: + 'Showcases a metric along with a comparison of value, change, and percent change for a selected time period.', name: t('Big Number with Time Period Comparison'), thumbnail, });