From 272a3e3d83589b886241487220b15cfc172f484c Mon Sep 17 00:00:00 2001 From: "IGNY8 VPS (Salman)" Date: Thu, 25 Dec 2025 08:52:56 +0000 Subject: [PATCH] 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 --- frontend/src/pages/Automation/AutomationPage.tsx | 4 ++-- frontend/src/pages/Sites/List.tsx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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