From e2ec760cdb79f8fd577f2a8fb81c464e2189524d Mon Sep 17 00:00:00 2001 From: teodorus-nathaniel Date: Fri, 16 Feb 2024 18:03:13 +0700 Subject: [PATCH] Update description of default error message --- src/components/voting/SuperLike.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/voting/SuperLike.tsx b/src/components/voting/SuperLike.tsx index 84ea01f4b..a76ed05e3 100644 --- a/src/components/voting/SuperLike.tsx +++ b/src/components/voting/SuperLike.tsx @@ -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)