This commit is contained in:
PhilReact 2025-03-05 03:20:31 +02:00
parent c878f66f49
commit 66cc7d2602

View File

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