From 135b2b9dcf7710b28e5d4b09d4c5e92888ac9274 Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Tue, 18 Feb 2025 14:43:02 -0800 Subject: [PATCH] Add note to Neon transfer confirmation --- .../integrations/neon/projects/transfer/confirm/page-client.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/app/(main)/integrations/neon/projects/transfer/confirm/page-client.tsx b/apps/dashboard/src/app/(main)/integrations/neon/projects/transfer/confirm/page-client.tsx index e151e95a2..3637db94d 100644 --- a/apps/dashboard/src/app/(main)/integrations/neon/projects/transfer/confirm/page-client.tsx +++ b/apps/dashboard/src/app/(main)/integrations/neon/projects/transfer/confirm/page-client.tsx @@ -94,7 +94,7 @@ export default function NeonIntegrationProjectTransferConfirmPageClient() { {user ? ( <> - Which Stack Auth account would you like to transfer the project to? (This is irreversible.) + Which Stack Auth account would you like to transfer the project to? (You'll still be able to access your project from Neon.) } value={`Signed in as ${user.primaryEmail || user.displayName || "Unnamed user"}`} />