From ebc1e01e1586b2db46b4848dbaaa3533d30dea64 Mon Sep 17 00:00:00 2001 From: PhilReact Date: Wed, 5 Mar 2025 03:20:21 +0200 Subject: [PATCH] fix --- src/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.`, }); }} >