diff --git a/web/pages/messages/[channelId].tsx b/web/pages/messages/[channelId].tsx index ae87e074..fad3f1a8 100644 --- a/web/pages/messages/[channelId].tsx +++ b/web/pages/messages/[channelId].tsx @@ -176,7 +176,7 @@ export const PrivateChat = (props: { editor.commands.focus() }) .catch((e) => { - toast.error(e.message) + toast.error("Couldn't send message. Please try again later or contact support if the problem persists.") console.error(e) }) setIsSubmitting(false)