Skip to content

Commit

Permalink
Change error title for request and send message
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Aug 30, 2023
1 parent 3466b81 commit a96b4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/chats/ChatForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function ChatForm({
onError: (error, variables) => {
showErrorSendingMessageToast(
error,
'Create account failed',
'Creating account or sending message failed',
variables.message,
setMessageBody
)
Expand Down

0 comments on commit a96b4c1

Please sign in to comment.