diff --git a/files/classes/mod_logs.py b/files/classes/mod_logs.py index 3f696eed8..7c22fad8f 100644 --- a/files/classes/mod_logs.py +++ b/files/classes/mod_logs.py @@ -77,7 +77,7 @@ class ModAction(Base): ACTIONTYPES = { 'agendaposter': { - "str": 'set chud theme on {self.target_link}', + "str": 'chudded {self.target_link}', "icon": 'fa-snooze', "color": 'bg-danger' }, @@ -317,7 +317,7 @@ ACTIONTYPES = { "color": 'bg-danger' }, 'unagendaposter': { - "str": 'removed chud theme from {self.target_link}', + "str": 'unchudded {self.target_link}', "icon": 'fa-snooze', "color": 'bg-success' }, diff --git a/files/helpers/awards.py b/files/helpers/awards.py index 637e2132f..0f7d36c67 100644 --- a/files/helpers/awards.py +++ b/files/helpers/awards.py @@ -23,7 +23,7 @@ def award_timers(v, bot=False): notify_if_not_bot("You have been unbanned!") if v.agendaposter and v.agendaposter != 1 and v.agendaposter < now: v.agendaposter = 0 - notify_if_not_bot("Your chud theme has expired!") + notify_if_not_bot("Your chud status has expired!") badge = v.has_badge(28) if badge: g.db.delete(badge) if v.flairchanged and v.flairchanged < now: diff --git a/files/helpers/const.py b/files/helpers/const.py index b986a1a13..93add58ff 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -972,7 +972,7 @@ AWARDS = { "agendaposter": { "kind": "agendaposter", "title": "Chud", - "description": "Forces the chud theme on the recipient for 24 hours.", + "description": "Chuds the recipient for 24 hours.", "icon": "fas fa-snooze", "color": "text-purple", "price": 2500, diff --git a/files/templates/admin/admin_home.html b/files/templates/admin/admin_home.html index 2e62b188e..da4e39f69 100644 --- a/files/templates/admin/admin_home.html +++ b/files/templates/admin/admin_home.html @@ -54,7 +54,7 @@ {% endif %}
  • Permabanned Users
  • {% if FEATURES['AWARDS'] -%} -
  • Users with Chud Theme
  • +
  • Chudded Users
  • Currently Grassed Users
  • {%- endif %} {% if FEATURES['PROCOINS'] and (not AEVANN_ID or v.id in (AEVANN_ID, CARP_ID, SNAKES_ID)) -%}