diff --git a/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/auth-methods/page-client.tsx b/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/auth-methods/page-client.tsx index 67aa163d7b..4e1b8ea021 100644 --- a/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/auth-methods/page-client.tsx +++ b/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/auth-methods/page-client.tsx @@ -380,9 +380,9 @@ function LivePreviewBody({ } const MERGE_STRATEGY_SHORT: Record = { - link_method: "Link providers", - allow_duplicates: "Allow duplicates", - raise_error: "Block multiple", + link_method: "Link accounts", + allow_duplicates: "Create new account", + raise_error: "Block sign-up", }; // ─── Designed Email Verification toggle (logic copied from EmailVerificationSetting) ── @@ -726,6 +726,7 @@ export default function PageClient() {