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")