diff --git a/files/classes/award.py b/files/classes/award.py index 8f8c8206e..3b616c66a 100644 --- a/files/classes/award.py +++ b/files/classes/award.py @@ -26,7 +26,7 @@ if site_name == "Drama": }, "fireflies": { "kind": "fireflies", - "title": "fireflies", + "title": "Fireflies", "description": "Puts stars on the post.", "icon": "fas fa-sparkles", "color": "text-warning", @@ -37,7 +37,7 @@ else: AWARDS = { "shit": { "kind": "shit", - "title": "shit", + "title": "Shit", "description": "Makes flies swarm a post.", "icon": "fas fa-poop", "color": "text-black-50", @@ -45,7 +45,7 @@ else: }, "fireflies": { "kind": "fireflies", - "title": "fireflies", + "title": "Fireflies", "description": "Puts stars on the post.", "icon": "fas fa-sparkles", "color": "text-warning", diff --git a/files/classes/user.py b/files/classes/user.py index a370bee66..89e73f48d 100644 --- a/files/classes/user.py +++ b/files/classes/user.py @@ -43,7 +43,7 @@ if site_name == "Drama": }, "fireflies": { "kind": "fireflies", - "title": "fireflies", + "title": "Fireflies", "description": "Puts stars on the post.", "icon": "fas fa-sparkles", "color": "text-warning", @@ -54,7 +54,7 @@ else: AWARDS = { "shit": { "kind": "shit", - "title": "shit", + "title": "Shit", "description": "Makes flies swarm a post.", "icon": "fas fa-poop", "color": "text-black-50", @@ -62,7 +62,7 @@ else: }, "fireflies": { "kind": "fireflies", - "title": "fireflies", + "title": "Fireflies", "description": "Puts stars on the post.", "icon": "fas fa-sparkles", "color": "text-warning", diff --git a/files/routes/awards.py b/files/routes/awards.py index 567031c51..b2189c4fa 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -30,7 +30,7 @@ def shop(v): }, "fireflies": { "kind": "fireflies", - "title": "fireflies", + "title": "Fireflies", "description": "Puts stars on the post.", "icon": "fas fa-sparkles", "color": "text-warning", @@ -41,7 +41,7 @@ def shop(v): AWARDS = { "shit": { "kind": "shit", - "title": "shit", + "title": "Shit", "description": "Makes flies swarm a post.", "icon": "fas fa-poop", "color": "text-black-50", @@ -49,7 +49,7 @@ def shop(v): }, "fireflies": { "kind": "fireflies", - "title": "fireflies", + "title": "Fireflies", "description": "Puts stars on the post.", "icon": "fas fa-sparkles", "color": "text-warning", @@ -107,7 +107,7 @@ def buy(v, award): }, "fireflies": { "kind": "fireflies", - "title": "fireflies", + "title": "Fireflies", "description": "Puts stars on the post.", "icon": "fas fa-sparkles", "color": "text-warning", @@ -118,7 +118,7 @@ def buy(v, award): AWARDS = { "shit": { "kind": "shit", - "title": "shit", + "title": "Shit", "description": "Makes flies swarm a post.", "icon": "fas fa-poop", "color": "text-black-50", @@ -126,7 +126,7 @@ def buy(v, award): }, "fireflies": { "kind": "fireflies", - "title": "fireflies", + "title": "Fireflies", "description": "Puts stars on the post.", "icon": "fas fa-sparkles", "color": "text-warning",