Skip to content

Commit

Permalink
Update description of default error message
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Feb 16, 2024
1 parent aced1d2 commit e2ec760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/voting/SuperLike.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export default function SuperLike({ post, iconClassName, isComment, ...props }:
showErrorMessage({
message: 'Failed to sign the message',
description:
(err as any)?.message || 'Please relogin to your account to continue',
(err as any)?.message || 'Please try to refresh or relogin to your account',
})
} finally {
setIsSigning(false)
Expand Down

0 comments on commit e2ec760

Please sign in to comment.