diff --git a/server/controller/Alumno/registrar.js b/server/controller/Alumno/registrar.js index ebb2565..38a7471 100644 --- a/server/controller/Alumno/registrar.js +++ b/server/controller/Alumno/registrar.js @@ -53,7 +53,7 @@ const registrar = async (body) => { }) .then((res) => ({ message: - 'Se registro correctamente tu horario. Se envio una comprobante a tu correo pcpuma.', + 'Se registró correctamente tu horario. Se envió un comprobante a tu correo institucional pcpuma.', })); };