UX Text Improvements: Writer Module Pages

- Updated page titles to be more descriptive:
  * Tasks: 'Content Queue' → 'Write Your Articles'
  * Content: 'Content Drafts' → 'Your Finished Drafts'
  * Review: 'Content Review' → 'Review Before Publishing'
  * Published: 'Published Content' → 'Your Published Articles'
  * Images: 'Content Images' → 'Your Article Images'
  * Dashboard: 'Writer Dashboard' → 'Your Writing Dashboard'

- Updated navigation tab labels across all Writer pages:
  * 'Queue' → 'Ready to Write'
  * 'Drafts' → 'Finished Drafts'
  * 'Images' → 'Article Images'
  * 'Review' → 'Review Before Publishing'
  * 'Published' stays the same

Part of comprehensive UX text improvement initiative.
This commit is contained in:
IGNY8 VPS (Salman)
2025-12-25 06:27:58 +00:00
parent 2198a03327
commit 194ed93828
6 changed files with 26 additions and 26 deletions

View File

@@ -484,7 +484,7 @@ export default function WriterDashboard() {
<>
<PageMeta title="Writer Dashboard - IGNY8" description="Content creation overview" />
<PageHeader
title="Writer Dashboard"
title="Your Writing Dashboard"
lastUpdated={lastUpdated}
showRefresh={true}
onRefresh={fetchDashboardData}