diff --git a/src/App.tsx b/src/App.tsx index c6ecb71..47b42f0 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2862,7 +2862,7 @@ function App() { fontWeight: 600, }} > - Download Wallet + Download Account @@ -2894,11 +2894,11 @@ function App() { onClick={async () => { await saveFileToDiskFunc(); await showInfo({ - message: `Keep your wallet file secure.`, + message: `Keep your account file secure.`, }); }} > - Download wallet + Download account )}