From 66cc7d26026caba3d1990d4efeac07c9395fee67 Mon Sep 17 00:00:00 2001 From: PhilReact Date: Wed, 5 Mar 2025 03:20:31 +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 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 )}