From 623dc8164b92da22e11a64e8ed4a52d066d69c5b Mon Sep 17 00:00:00 2001 From: tokslaw Date: Mon, 23 Jan 2023 09:15:21 -0500 Subject: [PATCH] error message --- src/component/Contact/Main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/Contact/Main.js b/src/component/Contact/Main.js index bc16627..e707c1f 100644 --- a/src/component/Contact/Main.js +++ b/src/component/Contact/Main.js @@ -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 = `

SEND MESSAGE

`; -- 2.34.1