h espacio

This commit is contained in:
2021-07-15 20:24:29 -05:00
parent 277cff67a2
commit 0ecf342a9f
3 changed files with 4 additions and 4 deletions
@@ -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.',
}));
};