diff --git a/src/inc/routes/index.mjs b/src/inc/routes/index.mjs index 8a7784a..cedf807 100644 --- a/src/inc/routes/index.mjs +++ b/src/inc/routes/index.mjs @@ -74,7 +74,7 @@ export default (router, tpl) => { return res.reply({ code: 404, body: tpl.render('error', { - message: "Sorry, this f0ck either doesn't exist (yet) or hasn't been tagged yet.
Please remain patient, a support assistant will be shortly with you.", + message: "Sorry this post is currently not visible, possible causes are: not tagged, post doesn't exist(yet) or invalid filter settings", tmp: null }, req) });