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:
@@ -27,7 +27,7 @@ export const statusColumn = {
|
|||||||
|
|
||||||
export const volumeColumn = {
|
export const volumeColumn = {
|
||||||
key: 'volume',
|
key: 'volume',
|
||||||
label: 'Volume',
|
label: 'Search Volume',
|
||||||
sortable: true,
|
sortable: true,
|
||||||
numeric: true,
|
numeric: true,
|
||||||
width: '100px',
|
width: '100px',
|
||||||
@@ -51,7 +51,7 @@ export const countryColumn = {
|
|||||||
|
|
||||||
export const clusterColumn = {
|
export const clusterColumn = {
|
||||||
key: 'cluster',
|
key: 'cluster',
|
||||||
label: 'Cluster',
|
label: 'Topic Group',
|
||||||
sortable: true,
|
sortable: true,
|
||||||
width: '200px',
|
width: '200px',
|
||||||
};
|
};
|
||||||
@@ -90,7 +90,7 @@ export const wordCountColumn = {
|
|||||||
|
|
||||||
export const sectorColumn = {
|
export const sectorColumn = {
|
||||||
key: 'sector_name',
|
key: 'sector_name',
|
||||||
label: 'Sector',
|
label: 'Category',
|
||||||
sortable: false,
|
sortable: false,
|
||||||
width: '150px',
|
width: '150px',
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -452,7 +452,7 @@ export default function Clusters() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<PageHeader
|
<PageHeader
|
||||||
title="Keyword Clusters"
|
title="Topic Clusters"
|
||||||
badge={{ icon: <GroupIcon />, color: 'purple' }}
|
badge={{ icon: <GroupIcon />, color: 'purple' }}
|
||||||
navigation={<ModuleNavigationTabs tabs={plannerTabs} />}
|
navigation={<ModuleNavigationTabs tabs={plannerTabs} />}
|
||||||
workflowInsights={workflowInsights}
|
workflowInsights={workflowInsights}
|
||||||
|
|||||||
@@ -619,7 +619,7 @@ export default function Keywords() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<PageHeader
|
<PageHeader
|
||||||
title="Keywords"
|
title="Your Keywords"
|
||||||
badge={{ icon: <ListIcon />, color: 'green' }}
|
badge={{ icon: <ListIcon />, color: 'green' }}
|
||||||
navigation={<ModuleNavigationTabs tabs={plannerTabs} />}
|
navigation={<ModuleNavigationTabs tabs={plannerTabs} />}
|
||||||
workflowInsights={workflowInsights}
|
workflowInsights={workflowInsights}
|
||||||
|
|||||||
Reference in New Issue
Block a user