mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-03-14 11:52:33 +00:00
fix
This commit is contained in:
parent
6c335ce841
commit
ebc1e01e15
@ -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.`,
|
||||
});
|
||||
}}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user