From 54c7ee1fb3ef9eade2f0a409bf5b4068a4fdce3c Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 2 Jan 2024 20:22:50 +0200 Subject: [PATCH] add text blurp --- 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 f9db8cb77..17f5506f9 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -1942,7 +1942,7 @@ def admin_reset_password(user_id, v): text = f"@{user.username}'s new password is `{new_password}`" send_repeatable_notification(v.id, text) - return {"message": f"@{user.username}'s password has been reset! The new password has been messaged to them!"} + return {"message": f"@{user.username}'s password has been reset! The new password has been messaged to them and to you!"} @app.get("/admin/orgies") @admin_level_required(PERMS['ORGIES'])