Skip to content

Commit

Permalink
fix: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed May 8, 2024
1 parent 1eab775 commit 5bffbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/token/staking/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const list = async (

result.success = true;
} catch (error: unknown) {
result.message = "Show failed!";
result.message = "List failed!";

if (error instanceof Error) {
result.message = `${result.message}: ${error.message}`;
Expand Down

0 comments on commit 5bffbda

Please sign in to comment.