UX: Update Thinker module pages with user-friendly text

- Prompts: Changed 'AI Prompts Management' to 'Prompt Library'
- Author Profiles: Changed to 'Writing Styles'
- Strategies: Changed 'Content Strategies' to 'Content Plans'
- Image Testing: Changed to 'Image Settings'
- Dashboard: Changed 'Thinker Dashboard' to 'Strategy Dashboard'
This commit is contained in:
IGNY8 VPS (Salman)
2025-12-25 09:02:23 +00:00
parent 62fc47cfe8
commit f559bd44a1
5 changed files with 10 additions and 10 deletions

View File

@@ -209,9 +209,9 @@ export default function Prompts() {
return (
<>
<PageMeta title="Prompts - IGNY8" description="AI prompts management" />
<PageMeta title="Prompt Library - IGNY8" description="Manage your AI writing prompts" />
<PageHeader
title="AI Prompts Management"
title="Prompt Library"
badge={{ icon: <BoltIcon />, color: 'orange' }}
navigation={<ModuleNavigationTabs tabs={thinkerTabs} />}
/>