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:
IGNY8 VPS (Salman)
2025-12-25 09:01:18 +00:00
parent 9e48d728fd
commit 62fc47cfe8
6 changed files with 7 additions and 7 deletions

View File

@@ -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} />}
/>