From a58e49dad1da7639dddbe8d6397857dc4a883741 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 8 Sep 2021 05:22:52 +0200 Subject: [PATCH] fd --- files/classes/award.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }