diff --git a/components/settings/unified/tabs/SiteBotSpamTab.tsx b/components/settings/unified/tabs/SiteBotSpamTab.tsx index b92954a..99186e3 100644 --- a/components/settings/unified/tabs/SiteBotSpamTab.tsx +++ b/components/settings/unified/tabs/SiteBotSpamTab.tsx @@ -227,15 +227,15 @@ export default function SiteBotSpamTab({ siteId, onDirtyChange, hasPendingAction {isDirty && (
- + {hasPendingAction ? 'Save or discard to continue' : 'Unsaved changes'}
{hasPendingAction && ( - )} diff --git a/components/settings/unified/tabs/SiteGeneralTab.tsx b/components/settings/unified/tabs/SiteGeneralTab.tsx index 2752960..6631e1a 100644 --- a/components/settings/unified/tabs/SiteGeneralTab.tsx +++ b/components/settings/unified/tabs/SiteGeneralTab.tsx @@ -181,15 +181,15 @@ export default function SiteGeneralTab({ siteId, onDirtyChange, hasPendingAction {isDirty && (
- + {hasPendingAction ? 'Save or discard to continue' : 'Unsaved changes'}
{hasPendingAction && ( - )} diff --git a/components/settings/unified/tabs/SitePrivacyTab.tsx b/components/settings/unified/tabs/SitePrivacyTab.tsx index 1b6b46f..90b7097 100644 --- a/components/settings/unified/tabs/SitePrivacyTab.tsx +++ b/components/settings/unified/tabs/SitePrivacyTab.tsx @@ -254,15 +254,15 @@ export default function SitePrivacyTab({ siteId, onDirtyChange, hasPendingAction {isDirty && (
- + {hasPendingAction ? 'Save or discard to continue' : 'Unsaved changes'}
{hasPendingAction && ( - )} diff --git a/components/settings/unified/tabs/SiteVisibilityTab.tsx b/components/settings/unified/tabs/SiteVisibilityTab.tsx index 30790f6..ec6a977 100644 --- a/components/settings/unified/tabs/SiteVisibilityTab.tsx +++ b/components/settings/unified/tabs/SiteVisibilityTab.tsx @@ -150,15 +150,15 @@ export default function SiteVisibilityTab({ siteId, onDirtyChange, hasPendingAct {isDirty && (
- + {hasPendingAction ? 'Save or discard to continue' : 'Unsaved changes'}
{hasPendingAction && ( - )}