diff --git a/src/views/Home/components/NewUserForm/CreateWallet.tsx b/src/views/Home/components/NewUserForm/CreateWallet.tsx index 845511d..27dd20c 100644 --- a/src/views/Home/components/NewUserForm/CreateWallet.tsx +++ b/src/views/Home/components/NewUserForm/CreateWallet.tsx @@ -113,7 +113,7 @@ export default function CreateWallet({formData, email, platform, handleReset}: { setJsonFileContent(jsonPretty); } - + return ( <> @@ -214,7 +214,7 @@ export default function CreateWallet({formData, email, platform, handleReset}: { Download JSON - Congratulations! Now you can save the JSON file in a safe place and connect using it (password is "password" 😎). + Congratulations! Now you can save the JSON file in a safe place and connect using it (password is 'password' 😎). Wait a few seconds and refresh the page. You should see your information if everything ran successfully.