diff --git a/frontend/src/pages/Automation/AutomationPage.tsx b/frontend/src/pages/Automation/AutomationPage.tsx index b30a165a..388272a4 100644 --- a/frontend/src/pages/Automation/AutomationPage.tsx +++ b/frontend/src/pages/Automation/AutomationPage.tsx @@ -378,7 +378,7 @@ const AutomationPage: React.FC = () => { }; return ( <> - +
{/* Header */} @@ -389,7 +389,7 @@ const AutomationPage: React.FC = () => {
-

AI Automation Pipeline

+

Content Automation

{activeSite && (

Site: {activeSite.name} diff --git a/frontend/src/pages/Sites/List.tsx b/frontend/src/pages/Sites/List.tsx index 79bbcdea..0b25cd88 100644 --- a/frontend/src/pages/Sites/List.tsx +++ b/frontend/src/pages/Sites/List.tsx @@ -491,9 +491,9 @@ export default function SiteList() { return (

- + , color: 'blue' }} hideSiteSector={true} navigation={} @@ -508,7 +508,7 @@ export default function SiteList() { size="md" startIcon={} > - Add Site + Add New Website