From a13b6f7ad7f11ad469bf49f3276e38c75c266ae0 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 19 Feb 2024 00:23:02 +0200 Subject: [PATCH] accurate error msg --- files/routes/awards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/awards.py b/files/routes/awards.py index c76a98b2c4..01c60c4d1e 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -562,7 +562,7 @@ def award_thing(v, thing_type, id): session['event_music'] = False elif kind in {"ectoplasm", "candycorn", "candycane", "stab", "tilt"}: if obj.is_longpost: - abort(403, f'Effortposts are protected from the {award_title} award!') + abort(403, f'Long posts are protected from the {award_title} award!') elif kind == "gold": if obj.award_count('glowie', v): abort(409, f"This {thing_type} is under the effect of a conflicting award: Glowie award!")