Message display fix

This commit is contained in:
Olu Amey
2021-08-12 20:20:32 -04:00
parent 3de5f5c079
commit 4a7f2b3f8c
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class Contact extends BaseController {
}
public function formMessage(){
$returnMsg ="<div class=\"col-lg-5\"><div class=\"form-group text-right\">Message Recieved, wewill get back in touch to follow up</div></div>";
$returnMsg ="Message Received, we will get back in touch to follow up"; //<div class=\"col-lg-5\"><div class=\"form-group text-right\"></div></div>";
echo $returnMsg ;
}