From 6f7ee993c448b317dfa13586ae824894da6e0163 Mon Sep 17 00:00:00 2001 From: Tim Hansen Date: Fri, 4 Dec 2020 15:38:36 -0700 Subject: [PATCH] M/M -> Change --- .../src/components/ProductInsightsCard/ProductEntityTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),