From 44d4fb341d2ed52610a560629bb59bba5aa35478 Mon Sep 17 00:00:00 2001 From: German Correa Date: Wed, 17 Oct 2018 18:05:36 -0300 Subject: [PATCH] fix typos in successfull registration messages --- src/routes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" .