Skip to content

Commit

Permalink
fix: Update wallet reset message text (#1566)
Browse files Browse the repository at this point in the history
Fixing grammar in this toast.
  • Loading branch information
sdankel authored Oct 9, 2024
1 parent ca24140 commit 138effd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/great-ties-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion packages/app/src/systems/Core/services/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Storage } from '../utils/storage';
// biome-ignore lint/complexity/noStaticOnlyClass: <explanation>
export class CoreService {
static async clear() {
toast.success('Your wallet will be resetted');
toast.success('Your wallet will be reset');
await delay(1500);
await VaultService.clear();
await db.clear();
Expand Down

0 comments on commit 138effd

Please sign in to comment.