From 9e48d728fd26d28c0991433c51345fd81af98825 Mon Sep 17 00:00:00 2001 From: "IGNY8 VPS (Salman)" Date: Thu, 25 Dec 2025 09:00:00 +0000 Subject: [PATCH] UX: Update Planner pages with user-friendly text - Keywords page: Changed 'Keywords' to 'Your Keywords' - Clusters page: Changed 'Keyword Clusters' to 'Topic Clusters' - Shared columns: Changed 'Volume' to 'Search Volume' - Shared columns: Changed 'Cluster' to 'Topic Group' - Shared columns: Changed 'Sector' to 'Category' --- frontend/src/config/snippets/columns.snippets.ts | 6 +++--- frontend/src/pages/Planner/Clusters.tsx | 2 +- frontend/src/pages/Planner/Keywords.tsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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}