From 55c62b820f71db650854483338c81d7101c618a4 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 8 Oct 2022 08:08:45 +0200 Subject: [PATCH] fix grammar --- 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 0ea454b16..f5b9f93ee 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -295,7 +295,7 @@ def revert_actions(v, username): send_repeatable_notification(u.id, f"@{v.username} has unbanned you!") g.db.add(u) - return {"message": f"@{user.username}'s admin actions has been reverted!"} + return {"message": f"@{user.username}'s admin actions have been reverted!"} @app.post("/@/club_allow") @limiter.limit("1/second;30/minute;200/hour;1000/day")