From 2d42c54a67c2b00b23246df84120c4f9336373bd Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Sun, 9 Aug 2026 21:39:50 -0300 Subject: [PATCH] docs(modality-bridge): align migration note with dead-code decision --- .../dashboard/settings/components/ModalityBridgeMovedCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(dashboard)/dashboard/settings/components/ModalityBridgeMovedCard.tsx b/src/app/(dashboard)/dashboard/settings/components/ModalityBridgeMovedCard.tsx index fcdde6f1f2..95abd67a90 100644 --- a/src/app/(dashboard)/dashboard/settings/components/ModalityBridgeMovedCard.tsx +++ b/src/app/(dashboard)/dashboard/settings/components/ModalityBridgeMovedCard.tsx @@ -3,8 +3,8 @@ import Link from "next/link"; import { useTranslations } from "next-intl"; -// One-cycle migration notice. The legacy settings component remains in the -// codebase for rollback, but Settings → AI no longer renders or writes it. +// One-cycle migration notice. Settings → AI no longer renders or writes the +// legacy controls; the dedicated Modality Bridge page owns these settings. export default function ModalityBridgeMovedCard() { const t = useTranslations("settings");