Skip to content
Snippets Groups Projects
Commit bbf84d45 authored by Lucas Gabriel Lima's avatar Lucas Gabriel Lima
Browse files

small fixes on some msgs

parent 533557c9
Branches
Tags
2 merge requests!116Release v1.0.0,!25Auth
Pipeline #
......@@ -78,7 +78,7 @@ userApp.post('/', (req, res, next) => {
}, (req, res, next) => {
if (!req.body.institution_name) {
res.json({success: false, msg: 'O campo Intituição em que trabalha é obrigatório.'});
res.json({success: false, msg: 'O campo Instituição em que trabalha é obrigatório.'});
} else {
next();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment