From a9ec1735c951da7c2c42e01e4ce6c0490d527d83 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 9 Feb 2023 06:00:37 +0200 Subject: [PATCH] fix typo --- files/routes/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/admin.py b/files/routes/admin.py index 144f21f98f..395f9b8e03 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -344,7 +344,7 @@ def change_settings(v:User, setting): if setting == "under_attack": new_security_level = 'under_attack' if val else 'high' if not set_security_level(new_security_level): - abort(400, f'Failed to {wprd} under attack mode') + abort(400, f'Failed to {word} under attack mode') if setting != 'login_required': ma = ModAction(