Commit fab2a61f authored by mntmn's avatar mntmn
Browse files

fix error message for messing with space memberships

parent 9750f086
...@@ -92,7 +92,7 @@ router.post('/', function(req, res, next) { ...@@ -92,7 +92,7 @@ router.post('/', function(req, res, next) {
} else { } else {
res.status(403).json({ res.status(403).json({
"error": "not_permitted" "error": "Only administrators can do that."
}); });
} }
}); });
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment