diff --git a/src/routes.php b/src/routes.php index 7399a58..4bafcfc 100644 --- a/src/routes.php +++ b/src/routes.php @@ -157,11 +157,11 @@ $app->group('/api', function($app){ $messages->addMessageNow("submit-register-err", "DB error: ".$e->getMessage()); } $arrayresponse = array("success" => true, - "msg"=>"You have been successfully registered to the GGDWorkshop", + "msg"=>"You have been successfully registered to Workshop on Surface Dynamics 2018", "data"=>$data); $mailbody = "Hello ".$data["nombre"]." ".$data["apellido"].",\n\n". "You have been successfully registered to the Workshop on Surface Dynamics 2018!\n\n". - "If you need to change the information you have provided on the registration and for any". + "If you need to change the information you have provided and for any ". "questions please contact surfacedynamics2018@cmat.edu.uy\n\n". "Best!\n\n"; $headers = 'From: ' . "surfacedynamics2018@cmat.edu.uy" . "\r\n" .