h espacio
This commit is contained in:
@@ -78,7 +78,7 @@ const get = async (body) => {
|
||||
})
|
||||
.then((res) => ({
|
||||
message:
|
||||
'Te has registrado correctamente al recorrido. Te hemos mandado un mail a tu correo electrónico con tu comprobante de registro.',
|
||||
'Te has registrado correctamente, hemos mandado tu comprobante a tu correo.',
|
||||
}));
|
||||
};
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ const get = async (body) => {
|
||||
)
|
||||
.then((res) => ({
|
||||
message:
|
||||
'Te has registrado correctamente al recorrido. Te hemos mandado tu comprobante de registro a tu correo pcpuma.',
|
||||
'Te has registrado correctamente, hemos mandado tu comprobante a tu correo.',
|
||||
}));
|
||||
};
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ const correoPrimerSemestre = (numeroCuenta, nombre, lic, date) => {
|
||||
fecha.month() + 1 < 10 ? '0' + (fecha.month() + 1) : fecha.month() + 1
|
||||
}/${fecha.year()}</b> a las <b>${
|
||||
fecha.hour() < 10 ? '0' + fecha.hour() : fecha.hour()
|
||||
}:${fecha.minute() < 10 ? '0' + fecha.minute() : fecha.minute()}h</b>.
|
||||
}:${fecha.minute() < 10 ? '0' + fecha.minute() : fecha.minute()} h</b>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@@ -88,7 +88,7 @@ const correoTercerSemestre = (numeroCuenta, nombre, lic, date) => {
|
||||
fecha.hour() < 10 ? '0' + fecha.hour() : fecha.hour()
|
||||
}:${
|
||||
fecha.minute() < 10 ? '0' + fecha.minute() : fecha.minute()
|
||||
}h</b>. Te pedimos
|
||||
} h</b>. Te pedimos
|
||||
asistir en la fecha y horarios asignados de acuerdo con tu licenciatura (no pueden ser modificados).
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user