diff --git a/hooks/useWallet.tsx b/hooks/useWallet.tsx index 9f85249a..f0eda4f7 100644 --- a/hooks/useWallet.tsx +++ b/hooks/useWallet.tsx @@ -97,7 +97,7 @@ export default function useWallet() { }) // set connected before fetching data notify({ - title: 'Connecting wallet...', + title: 'Loading account...', type: 'info', }) await actions.fetchMangoAccounts()