diff --git a/frontend/src/pages/Setup/IndustriesSectorsKeywords.tsx b/frontend/src/pages/Setup/IndustriesSectorsKeywords.tsx index a8a7fed1..76d6ef45 100644 --- a/frontend/src/pages/Setup/IndustriesSectorsKeywords.tsx +++ b/frontend/src/pages/Setup/IndustriesSectorsKeywords.tsx @@ -662,10 +662,10 @@ export default function IndustriesSectorsKeywords() {

- Select a Sector to Add Keywords + Choose a Topic Area First

- Please select a sector from the dropdown above to enable adding keywords to your workflow. Keywords must be added to a specific sector. + Pick a topic area first, then add keywords - You need to choose what you're writing about before adding search terms to target

diff --git a/frontend/src/pages/Sites/List.tsx b/frontend/src/pages/Sites/List.tsx index 0b25cd88..d7d193dc 100644 --- a/frontend/src/pages/Sites/List.tsx +++ b/frontend/src/pages/Sites/List.tsx @@ -275,7 +275,7 @@ export default function SiteList() { }; const SITE_TYPES = [ - { value: '', label: 'All Types' }, + { value: '', label: 'Show All Types' }, { value: 'marketing', label: 'Marketing' }, { value: 'ecommerce', label: 'Ecommerce' }, { value: 'blog', label: 'Blog' }, @@ -284,7 +284,7 @@ export default function SiteList() { ]; const HOSTING_TYPES = [ - { value: '', label: 'All Hosting' }, + { value: '', label: 'Show All Hosting' }, { value: 'igny8_sites', label: 'IGNY8 Sites' }, { value: 'wordpress', label: 'WordPress' }, { value: 'shopify', label: 'Shopify' }, @@ -292,7 +292,7 @@ export default function SiteList() { ]; const STATUS_OPTIONS = [ - { value: '', label: 'All Status' }, + { value: '', label: 'Show All Status' }, { value: 'active', label: 'Active' }, { value: 'inactive', label: 'Inactive' }, ];