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