correos posiblemente finales

This commit is contained in:
2021-07-14 13:00:30 -05:00
parent 165172bf88
commit 1b3ecada6b
3 changed files with 80 additions and 43 deletions
@@ -69,7 +69,7 @@ const get = async (body) => {
})
.then((res) => ({
message:
'Te haz registrado correctamente al recorrido. Te hemos mandado un mail a tu correo electrónico con tu comprobante de registro.',
'Te has registrado correctamente al recorrido. Te hemos mandado un mail a tu correo electrónico con tu comprobante de registro.',
}));
};
@@ -34,7 +34,7 @@ const get = async (body) => {
)
.then((res) => ({
message:
'Te haz registrado correctamente al recorrido. Te hemos mandado un mail a tu correo electrónico con tu comprobante de registro.',
'Te haz registrado correctamente al recorrido. Te hemos mandado tu comprobante de registro a tu correo pcpuma.',
}));
};