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:
@@ -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