diff --git a/files/classes/award.py b/files/classes/award.py index 96b8339d8..55a7fd584 100644 --- a/files/classes/award.py +++ b/files/classes/award.py @@ -24,7 +24,7 @@ if site_name == "Drama": "stars": { "kind": "stars", "title": "Stars", - "description": "A positive award because we need a positive award. Puts annoying sparkles in the post.", + "description": "A positive award because we need a positive award. Puts annoying stars in the post.", "icon": "fas fa-sparkles", "color": "text-warning" } @@ -41,7 +41,7 @@ else: "stars": { "kind": "stars", "title": "Stars", - "description": "A positive award because we need a positive award. Puts annoying sparkles in the post.", + "description": "A positive award because we need a positive award. Puts annoying stars in the post.", "icon": "fas fa-sparkles", "color": "text-warning" }