docs(modality-bridge): align migration note with dead-code decision

This commit is contained in:
diegosouzapw
2026-08-09 21:39:50 -03:00
parent bbaa820efb
commit 2d42c54a67

View File

@@ -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");