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'
This commit is contained in:
IGNY8 VPS (Salman)
2025-12-25 09:00:00 +00:00
parent 272a3e3d83
commit 9e48d728fd
3 changed files with 5 additions and 5 deletions

View File

@@ -452,7 +452,7 @@ export default function Clusters() {
return (
<>
<PageHeader
title="Keyword Clusters"
title="Topic Clusters"
badge={{ icon: <GroupIcon />, color: 'purple' }}
navigation={<ModuleNavigationTabs tabs={plannerTabs} />}
workflowInsights={workflowInsights}