diff --git a/lib/routes/feature.js b/lib/routes/feature.js index 3629dc5692..7bc5778908 100644 --- a/lib/routes/feature.js +++ b/lib/routes/feature.js @@ -20,7 +20,7 @@ const handleErrors = (req, res, error) => { case NameExistsError: return res .status(403) - .json([{ msg: `A feature named '${req.body.name}' already exists.` }]) + .json([{ msg: 'A feature with this name already exists. Try re-activating it from the archive.' }]) .end(); case ValidationError: return res