diff --git a/frontend/src/config/snippets/columns.snippets.ts b/frontend/src/config/snippets/columns.snippets.ts index 9ecf9c0e..9fe6af03 100644 --- a/frontend/src/config/snippets/columns.snippets.ts +++ b/frontend/src/config/snippets/columns.snippets.ts @@ -27,7 +27,7 @@ export const statusColumn = { export const volumeColumn = { key: 'volume', - label: 'Volume', + label: 'Search Volume', sortable: true, numeric: true, width: '100px', @@ -51,7 +51,7 @@ export const countryColumn = { export const clusterColumn = { key: 'cluster', - label: 'Cluster', + label: 'Topic Group', sortable: true, width: '200px', }; @@ -90,7 +90,7 @@ export const wordCountColumn = { export const sectorColumn = { key: 'sector_name', - label: 'Sector', + label: 'Category', sortable: false, width: '150px', }; diff --git a/frontend/src/pages/Planner/Clusters.tsx b/frontend/src/pages/Planner/Clusters.tsx index dd7d565b..cf908038 100644 --- a/frontend/src/pages/Planner/Clusters.tsx +++ b/frontend/src/pages/Planner/Clusters.tsx @@ -452,7 +452,7 @@ export default function Clusters() { return ( <> , color: 'purple' }} navigation={} workflowInsights={workflowInsights} diff --git a/frontend/src/pages/Planner/Keywords.tsx b/frontend/src/pages/Planner/Keywords.tsx index c9266a5d..6dbe4bc7 100644 --- a/frontend/src/pages/Planner/Keywords.tsx +++ b/frontend/src/pages/Planner/Keywords.tsx @@ -619,7 +619,7 @@ export default function Keywords() { return ( <> , color: 'green' }} navigation={} workflowInsights={workflowInsights}