From bc5ce50d4df0f2ef6a4443dd580f19000060ab72 Mon Sep 17 00:00:00 2001 From: Flummi Date: Tue, 28 Dec 2021 04:06:40 +0100 Subject: [PATCH] clarify why post is not shown --- src/inc/routes/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) });