diff --git a/app/dashboard/onboarding/page.tsx b/app/dashboard/onboarding/page.tsx
index 23cba83..aa24f46 100644
--- a/app/dashboard/onboarding/page.tsx
+++ b/app/dashboard/onboarding/page.tsx
@@ -62,7 +62,7 @@ export default function OnboardingPage() {
{
id: 'whitelist-email',
title: 'Add MultiFamilyOS to Your Safe Senders',
- description: 'Send a quick email to info@multifamilyos.ai from the email address you used to log in. This ensures our support messages, property alerts, and system notifications reach your inbox instead of junk mail.',
+ description: 'Follow the instructions in the Email Set Up Guide at the top of the page before doing this. Send a quick email to info@multifamilyos.ai from the email address you used to log in. This ensures our support messages, property alerts, and system notifications reach your inbox instead of junk mail.',
day: 1,
icon: ,
completed: false,
diff --git a/app/discover/page.tsx b/app/discover/page.tsx
index 7dd81a4..f695cdd 100644
--- a/app/discover/page.tsx
+++ b/app/discover/page.tsx
@@ -1946,6 +1946,7 @@ function DiscoverPageContent() {
updateFilter('units_min', e.target.value)}
className="w-16 px-2 py-2 border border-gray-300 rounded-md text-sm focus:ring-2 focus:ring-blue-500 focus:border-blue-500"
@@ -1954,6 +1955,7 @@ function DiscoverPageContent() {
updateFilter('units_max', e.target.value)}
className="w-16 px-2 py-2 border border-gray-300 rounded-md text-sm focus:ring-2 focus:ring-blue-500 focus:border-blue-500"
@@ -2987,6 +2989,7 @@ function DiscoverPageContent() {
updateFilter('units_min', e.target.value)}
className="w-16 px-2 py-2 border border-gray-300 rounded-md text-sm focus:ring-2 focus:ring-blue-500 focus:border-blue-500"
@@ -2995,6 +2998,7 @@ function DiscoverPageContent() {
updateFilter('units_max', e.target.value)}
className="w-16 px-2 py-2 border border-gray-300 rounded-md text-sm focus:ring-2 focus:ring-blue-500 focus:border-blue-500"