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",