From 4c5df47517d7af21f7b6ba9bbdd03503f7f0cc60 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 7 Oct 2023 18:02:33 +0300 Subject: [PATCH] user -> recipient --- files/helpers/config/awards.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index 9efb57236..6c81ea622 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -427,7 +427,7 @@ AWARDS = { "sharpen": { "kind": "sharpen", "title": "Sharpen", - "description": "Adds a badass edge to all the user's comments for 24 hours.", + "description": "Adds a badass edge to all the recipient's comments for 24 hours.", "icon": "fas fa-fire", "color": "text-danger", "price": 200, @@ -622,7 +622,7 @@ AWARDS = { "namelock": { "kind": "namelock", "title": "1-Day Namelock", - "description": "Changes the user's username to something of your choosing for 24 hours.", + "description": "Changes the recipient's username to something of your choosing for 24 hours.", "icon": "fas fa-at", "color": "text-pink", "price": 1000, @@ -966,7 +966,7 @@ HOUSE_AWARDS = { "Edgy": { "kind": "Edgy", "title": "Sharpen", - "description": "Adds a badass edge to all the user's comments for 24 hours.", + "description": "Adds a badass edge to all the recipient's comments for 24 hours.", "icon": "fas fa-fire", "color": "text-danger", "price": 200,