From 7c595fb54806b201eff321507b3bf0bd2ef2e246 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 18 Nov 2021 23:09:58 +0200 Subject: [PATCH] fdsdsf --- files/helpers/const.py | 4 ++-- files/routes/awards.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index ac4b377fda..3cbf271a2c 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -199,7 +199,7 @@ AWARDS = { }, "pizzashill": { "kind": "pizzashill", - "title": "Longpost", + "title": "Pizzashill", "description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.", "icon": "fas fa-pizza-slice", "color": "text-orange", @@ -387,7 +387,7 @@ AWARDS2 = { }, "pizzashill": { "kind": "pizzashill", - "title": "Longpost", + "title": "Pizzashill", "description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.", "icon": "fas fa-pizza-slice", "color": "text-orange", diff --git a/files/routes/awards.py b/files/routes/awards.py index b672b0f15b..bec11b611d 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -100,7 +100,7 @@ def shop(v): }, "pizzashill": { "kind": "pizzashill", - "title": "Longpost", + "title": "Pizzashill", "description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.", "icon": "fas fa-pizza-slice", "color": "text-orange", @@ -276,7 +276,7 @@ def buy(v, award): }, "pizzashill": { "kind": "pizzashill", - "title": "Longpost", + "title": "Pizzashill", "description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.", "icon": "fas fa-pizza-slice", "color": "text-orange",