diff --git a/src/App.tsx b/src/App.tsx
index d08f4c0..e15a478 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -2915,7 +2915,7 @@ function App() {
fontWeight: 600,
}}
>
- Download Wallet
+ Download Account
@@ -2943,7 +2943,7 @@ function App() {
{walletToBeDownloaded && (
<>
- Download wallet
+ Download account
>
)}
@@ -3176,7 +3176,7 @@ function App() {
await saveFileToDiskFunc();
returnToMain();
await showInfo({
- message: `Keep your wallet file secure.`,
+ message: `Keep your account file secure.`,
});
}}
>