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

`;