Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
racollette committed Jun 24, 2024
1 parent 4f42e5c commit c20b5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useAuth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const useAuth = () => {
toastError(t('Authorization Error'), t('Please authorize to access your account'))
} else {
// toastError(error.name, error.message)
toastError(t('Network Error'), t('Prompting switching to Elastos. Please try again.'))
toastError(t('Network Error'), t('Please switch your network to ESC before connecting your wallet'))
setupNetwork(20, library)
}
}
Expand Down

0 comments on commit c20b5d0

Please sign in to comment.