diff --git a/components/settings/unified/tabs/SiteBotSpamTab.tsx b/components/settings/unified/tabs/SiteBotSpamTab.tsx
index 99186e3..e8eaa8b 100644
--- a/components/settings/unified/tabs/SiteBotSpamTab.tsx
+++ b/components/settings/unified/tabs/SiteBotSpamTab.tsx
@@ -227,17 +227,17 @@ export default function SiteBotSpamTab({ siteId, onDirtyChange, hasPendingAction
{isDirty && (
-
+
{hasPendingAction ? 'Save or discard to continue' : 'Unsaved changes'}
{hasPendingAction && (
-
)}
{saving ? 'Saving...' : 'Save Changes'}
diff --git a/components/settings/unified/tabs/SiteGeneralTab.tsx b/components/settings/unified/tabs/SiteGeneralTab.tsx
index 6631e1a..16bfc71 100644
--- a/components/settings/unified/tabs/SiteGeneralTab.tsx
+++ b/components/settings/unified/tabs/SiteGeneralTab.tsx
@@ -181,17 +181,17 @@ export default function SiteGeneralTab({ siteId, onDirtyChange, hasPendingAction
{isDirty && (
-
+
{hasPendingAction ? 'Save or discard to continue' : 'Unsaved changes'}
{hasPendingAction && (
-
+
Discard
-
+
)}
{saving ? 'Saving...' : 'Save Changes'}
diff --git a/components/settings/unified/tabs/SitePrivacyTab.tsx b/components/settings/unified/tabs/SitePrivacyTab.tsx
index 90b7097..092c578 100644
--- a/components/settings/unified/tabs/SitePrivacyTab.tsx
+++ b/components/settings/unified/tabs/SitePrivacyTab.tsx
@@ -254,17 +254,17 @@ export default function SitePrivacyTab({ siteId, onDirtyChange, hasPendingAction
{isDirty && (
-
+
{hasPendingAction ? 'Save or discard to continue' : 'Unsaved changes'}
{hasPendingAction && (
-
+
Discard
-
+
)}
{saving ? 'Saving...' : 'Save Changes'}
diff --git a/components/settings/unified/tabs/SiteVisibilityTab.tsx b/components/settings/unified/tabs/SiteVisibilityTab.tsx
index ec6a977..1b83b9e 100644
--- a/components/settings/unified/tabs/SiteVisibilityTab.tsx
+++ b/components/settings/unified/tabs/SiteVisibilityTab.tsx
@@ -150,17 +150,17 @@ export default function SiteVisibilityTab({ siteId, onDirtyChange, hasPendingAct
{isDirty && (
-
+
{hasPendingAction ? 'Save or discard to continue' : 'Unsaved changes'}
{hasPendingAction && (
-
+
Discard
-
+
)}
{saving ? 'Saving...' : 'Save Changes'}