fix error message for messing with space memberships

This commit is contained in:
mntmn 2020-04-09 17:37:49 +02:00
parent 9750f08606
commit fab2a61f83
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ router.post('/', function(req, res, next) {
} else {
res.status(403).json({
"error": "not_permitted"
"error": "Only administrators can do that."
});
}
});