diff --git a/src/components/auth/SignupDialog.tsx b/src/components/auth/SignupDialog.tsx index 4587573..1bb232a 100644 --- a/src/components/auth/SignupDialog.tsx +++ b/src/components/auth/SignupDialog.tsx @@ -80,7 +80,7 @@ const SignupDialog: React.FC = ({ isOpen, onClose, onComplete const url = globalThis.URL.createObjectURL(blob); // Sanitize filename - const filename = sanitizeFilename('secret-key.txt'); + const filename = sanitizeFilename('nostr-nsec-key.txt'); // Create a temporary link element and trigger download const a = document.createElement('a'); @@ -501,7 +501,7 @@ const SignupDialog: React.FC = ({ isOpen, onClose, onComplete Download as File
- Save as secret-key.txt file + Save as nostr-nsec-key.txt file
{keySecured === 'downloaded' && (