Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rh0delta authored Aug 28, 2024
1 parent 249ca3e commit 6cd2e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/account/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class EntropyAccount extends EntropyBase {
: []
if (!accountsArray.length)
throw new Error(
'Accounts Error: There are currently no accounts available, please create or import a new account'
'AccountsError: There are currently no accounts available, please create or import a new account using the Manage Accounts feature'
)
return formatAccountsList(accountsArray)
}
Expand Down

0 comments on commit 6cd2e9f

Please sign in to comment.