UX: Complete remaining page updates with user-friendly text
PLANNER MODULE: - Ideas: 'Content Ideas' → 'Article Ideas' - Dashboard: 'Planner Dashboard' → 'Planning Dashboard' - Keyword Opportunities: 'Keyword Opportunities' → 'Discover Keywords' LINKER MODULE: - Content List: 'Link Content' → 'Add Internal Links' - Dashboard: 'Linker Dashboard' → 'Internal Linking Dashboard' OPTIMIZER MODULE: - Content Selector: 'Optimize Content' → 'Improve Your Articles' - Dashboard: 'Optimizer Dashboard' → 'Optimization Dashboard' All page titles now use clear, action-oriented language that non-technical users can easily understand.
This commit is contained in:
@@ -452,9 +452,9 @@ export default function PlannerDashboard() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<PageMeta title="Planner Dashboard - IGNY8" description="Content planning overview" />
|
||||
<PageMeta title="Planning Dashboard - IGNY8" description="Track your content planning progress" />
|
||||
<PageHeader
|
||||
title="Planner Dashboard"
|
||||
title="Planning Dashboard"
|
||||
lastUpdated={lastUpdated}
|
||||
showRefresh={true}
|
||||
onRefresh={fetchDashboardData}
|
||||
|
||||
@@ -358,7 +358,7 @@ export default function Ideas() {
|
||||
return (
|
||||
<>
|
||||
<PageHeader
|
||||
title="Content Ideas"
|
||||
title="Article Ideas"
|
||||
badge={{ icon: <BoltIcon />, color: 'orange' }}
|
||||
navigation={<ModuleNavigationTabs tabs={plannerTabs} />}
|
||||
workflowInsights={workflowInsights}
|
||||
|
||||
@@ -579,7 +579,7 @@ export default function KeywordOpportunities() {
|
||||
return (
|
||||
<>
|
||||
<PageHeader
|
||||
title="Keyword Opportunities"
|
||||
title="Discover Keywords"
|
||||
badge={{ icon: <BoltIcon />, color: 'orange' }}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user