UX: Update Sites and Automation pages with user-friendly text
- Sites: Changed 'Sites Management' to 'Your Websites' - Sites: Changed 'Add Site' button to 'Add New Website' - Automation: Changed 'AI Automation Pipeline' to 'Content Automation' - Automation: Updated description to be more user-friendly
This commit is contained in:
@@ -378,7 +378,7 @@ const AutomationPage: React.FC = () => {
|
|||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<PageMeta title="AI Automation Pipeline | IGNY8" description="Automated content creation from keywords to published articles" />
|
<PageMeta title="Content Automation | IGNY8" description="Automatically create and publish content on your schedule" />
|
||||||
|
|
||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
{/* Header */}
|
{/* Header */}
|
||||||
@@ -389,7 +389,7 @@ const AutomationPage: React.FC = () => {
|
|||||||
<BoltIcon className="text-white size-5" />
|
<BoltIcon className="text-white size-5" />
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h2 className="text-2xl font-bold text-gray-800 dark:text-white/90">AI Automation Pipeline</h2>
|
<h2 className="text-2xl font-bold text-gray-800 dark:text-white/90">Content Automation</h2>
|
||||||
{activeSite && (
|
{activeSite && (
|
||||||
<p className="text-sm text-gray-500 dark:text-gray-400 mt-0.5">
|
<p className="text-sm text-gray-500 dark:text-gray-400 mt-0.5">
|
||||||
Site: <span className="font-medium text-brand-600 dark:text-brand-400">{activeSite.name}</span>
|
Site: <span className="font-medium text-brand-600 dark:text-brand-400">{activeSite.name}</span>
|
||||||
|
|||||||
@@ -491,9 +491,9 @@ export default function SiteList() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="p-6">
|
<div className="p-6">
|
||||||
<PageMeta title="Sites Management - IGNY8" />
|
<PageMeta title="Your Websites - IGNY8" />
|
||||||
<PageHeader
|
<PageHeader
|
||||||
title="Sites Management"
|
title="Your Websites"
|
||||||
badge={{ icon: <GridIcon />, color: 'blue' }}
|
badge={{ icon: <GridIcon />, color: 'blue' }}
|
||||||
hideSiteSector={true}
|
hideSiteSector={true}
|
||||||
navigation={<ModuleNavigationTabs tabs={sitesTabs} />}
|
navigation={<ModuleNavigationTabs tabs={sitesTabs} />}
|
||||||
@@ -508,7 +508,7 @@ export default function SiteList() {
|
|||||||
size="md"
|
size="md"
|
||||||
startIcon={<PlusIcon className="w-5 h-5" />}
|
startIcon={<PlusIcon className="w-5 h-5" />}
|
||||||
>
|
>
|
||||||
Add Site
|
Add New Website
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center gap-3">
|
<div className="flex items-center gap-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user