diff --git a/app/Controllers/Contact.php b/app/Controllers/Contact.php
index 73287b3..fd88ef9 100644
--- a/app/Controllers/Contact.php
+++ b/app/Controllers/Contact.php
@@ -12,7 +12,7 @@ class Contact extends BaseController {
}
public function formMessage(){
- $returnMsg ="
Message Recieved, wewill get back in touch to follow up
";
+ $returnMsg ="Message Received, we will get back in touch to follow up"; //";
echo $returnMsg ;
}
diff --git a/app/Views/merms-home.php b/app/Views/merms-home.php
index 977ff24..1fdfc89 100644
--- a/app/Views/merms-home.php
+++ b/app/Views/merms-home.php
@@ -413,15 +413,15 @@