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)