From 4c112b1edb93c875ade253996835241bf2bca058 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 27 May 2022 23:31:02 +0200 Subject: [PATCH] dsf --- 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 9729f7e173..bd04392e03 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -419,7 +419,7 @@ def admin_userawards_post(v): g.db.add(award) if v.id != u.id: - text = f"@{v.username} has given the following awards:\n\n" + text = f"@{v.username} has given you the following awards:\n\n" for key, value in notify_awards.items(): text += f" - **{value}** {AWARDS[key]['title']} {'Awards' if value != 1 else 'Award'}\n" send_repeatable_notification(u.id, text)