This commit is contained in:
PhilReact 2025-03-05 03:20:21 +02:00
parent 6c335ce841
commit ebc1e01e15

View File

@ -2915,7 +2915,7 @@ function App() {
fontWeight: 600,
}}
>
Download Wallet
Download Account
</TextP>
</Box>
<Spacer height="35px" />
@ -2943,7 +2943,7 @@ function App() {
{walletToBeDownloaded && (
<>
<CustomButton onClick={saveFileToDiskFunc}>
Download wallet
Download account
</CustomButton>
</>
)}
@ -3176,7 +3176,7 @@ function App() {
await saveFileToDiskFunc();
returnToMain();
await showInfo({
message: `Keep your wallet file secure.`,
message: `Keep your account file secure.`,
});
}}
>