proper errors

This commit is contained in:
Flummi
2022-03-23 05:59:11 +01:00
parent 33d60446f1
commit a507f3be46
3 changed files with 48 additions and 13 deletions

View File

@ -225,7 +225,7 @@ export default {
if(!actitem) { // sfw-check!
return {
success: false,
message: "Sorry this post is currently not visible, possible causes are: not tagged, post doesn't exist(yet) or invalid filter settings"
message: "Sorry, this post is currently not visible."
};
}