error message

This commit is contained in:
2023-01-23 09:15:21 -05:00
parent 8f07d4380f
commit 623dc8164b
+1 -1
View File
@@ -94,7 +94,7 @@ const Main = ({ brdcum }) => {
// Checking for errors
if (contact?.data?.status < 1 || contact?.data?.message_id == "")
return (errText.textContent =
"unable to send your message, please try able");
"unable to send your message, please try again");
else {
response.innerHTML = `<p> SEND MESSAGE </p>`;