Clean up nsec paste guard toast wording for clarity

This commit is contained in:
Chad Curtis
2026-03-28 07:35:51 -05:00
parent c9205adbab
commit e6a2bdc65f
+2 -2
View File
@@ -17,9 +17,9 @@ export function useNsecPasteGuard() {
e.stopImmediatePropagation();
toast({
title: "Private key detected",
title: "Secret key detected",
description:
"You just tried to paste an nsec (private key). This should never be shared publicly — it gives full control of your account.",
"Your clipboard contains a secret key. Posting it publicly could give someone else full access to your account.",
variant: "destructive",
});
}