UX: Update Writer module pages with user-friendly text
- Tasks: Changed 'Content Queue' to 'Writing Tasks' - Content: Changed 'Content Drafts' to 'Your Articles' - Review: Changed 'Content Review' to 'Review Queue' - Published: Changed 'Published Content' to 'Published Articles' - Images: Changed 'Content Images' to 'Article Images' - Dashboard: Changed 'Writer Dashboard' to 'Content Creation Dashboard'
This commit is contained in:
@@ -290,7 +290,7 @@ export default function Content() {
|
||||
return (
|
||||
<>
|
||||
<PageHeader
|
||||
title="Content Drafts"
|
||||
title="Your Articles"
|
||||
badge={{ icon: <FileIcon />, color: 'purple' }}
|
||||
navigation={<ModuleNavigationTabs tabs={writerTabs} />}
|
||||
workflowInsights={workflowInsights}
|
||||
|
||||
@@ -482,9 +482,9 @@ export default function WriterDashboard() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<PageMeta title="Writer Dashboard - IGNY8" description="Content creation overview" />
|
||||
<PageMeta title="Content Creation Dashboard - IGNY8" description="Track your writing progress and productivity" />
|
||||
<PageHeader
|
||||
title="Writer Dashboard"
|
||||
title="Content Creation Dashboard"
|
||||
lastUpdated={lastUpdated}
|
||||
showRefresh={true}
|
||||
onRefresh={fetchDashboardData}
|
||||
|
||||
@@ -459,7 +459,7 @@ export default function Images() {
|
||||
return (
|
||||
<>
|
||||
<PageHeader
|
||||
title="Content Images"
|
||||
title="Article Images"
|
||||
badge={{ icon: <FileIcon />, color: 'orange' }}
|
||||
navigation={<ModuleNavigationTabs tabs={writerTabs} />}
|
||||
/>
|
||||
|
||||
@@ -317,7 +317,7 @@ export default function Published() {
|
||||
return (
|
||||
<>
|
||||
<PageHeader
|
||||
title="Published Content"
|
||||
title="Published Articles"
|
||||
badge={{ icon: <CheckCircleIcon />, color: 'green' }}
|
||||
navigation={<ModuleNavigationTabs tabs={writerTabs} />}
|
||||
/>
|
||||
|
||||
@@ -356,7 +356,7 @@ export default function Review() {
|
||||
return (
|
||||
<>
|
||||
<PageHeader
|
||||
title="Content Review"
|
||||
title="Review Queue"
|
||||
badge={{ icon: <CheckCircleIcon />, color: 'blue' }}
|
||||
navigation={<ModuleNavigationTabs tabs={writerTabs} />}
|
||||
/>
|
||||
|
||||
@@ -434,7 +434,7 @@ export default function Tasks() {
|
||||
return (
|
||||
<>
|
||||
<PageHeader
|
||||
title="Content Queue"
|
||||
title="Writing Tasks"
|
||||
badge={{ icon: <TaskIcon />, color: 'indigo' }}
|
||||
navigation={<ModuleNavigationTabs tabs={writerTabs} />}
|
||||
workflowInsights={workflowInsights}
|
||||
|
||||
Reference in New Issue
Block a user