diff --git a/plugins/cost-insights/src/components/ProductInsightsCard/ProductEntityTable.tsx b/plugins/cost-insights/src/components/ProductInsightsCard/ProductEntityTable.tsx
index 7c239ba30d..5588154ad0 100644
--- a/plugins/cost-insights/src/components/ProductInsightsCard/ProductEntityTable.tsx
+++ b/plugins/cost-insights/src/components/ProductInsightsCard/ProductEntityTable.tsx
@@ -135,7 +135,7 @@ export const ProductEntityTable = ({
},
{
field: 'ratio',
- title: M/M,
+ title: Change,
align: 'right',
render: createRenderer('ratio', classes),
customSort: createSorter('ratio'),