diff --git a/components/settings/unified/tabs/AccountProfileTab.tsx b/components/settings/unified/tabs/AccountProfileTab.tsx index 89d09a3..e0c78f5 100644 --- a/components/settings/unified/tabs/AccountProfileTab.tsx +++ b/components/settings/unified/tabs/AccountProfileTab.tsx @@ -69,8 +69,8 @@ export default function AccountProfileTab({ onDirtyChange, onRegisterSave }: { o {/* Display Name */} -
Email changes require password verification. Use Ciphera Auth to change your email.
diff --git a/components/settings/unified/tabs/SiteGeneralTab.tsx b/components/settings/unified/tabs/SiteGeneralTab.tsx index 11b05cb..ae52308 100644 --- a/components/settings/unified/tabs/SiteGeneralTab.tsx +++ b/components/settings/unified/tabs/SiteGeneralTab.tsx @@ -104,13 +104,13 @@ export default function SiteGeneralTab({ siteId, onDirtyChange, onRegisterSave }Update your site details and tracking script.
Domain cannot be changed after creation.
diff --git a/components/settings/unified/tabs/SitePrivacyTab.tsx b/components/settings/unified/tabs/SitePrivacyTab.tsx index 3c5c050..7008efe 100644 --- a/components/settings/unified/tabs/SitePrivacyTab.tsx +++ b/components/settings/unified/tabs/SitePrivacyTab.tsx @@ -18,7 +18,7 @@ const GEO_OPTIONS = [ function PrivacyToggle({ label, desc, checked, onToggle }: { label: string; desc: string; checked: boolean; onToggle: () => void }) { return ( -{label}
{desc}
@@ -132,7 +132,7 @@ export default function SitePrivacyTab({ siteId, onDirtyChange, onRegisterSave }Control what data is collected from your visitors.
Controls location granularity. "Disabled" collects no geographic data at all.
+Geographic data
+Controls location granularity. "Disabled" collects no geographic data at all.
+Basic details about your organization.
Changing the slug will change your organization's URL.
+Changing the slug will change your organization's URL.
Choose what notifications you receive.
{cat.label}
{cat.description}