change the chud theme terminology to a verb instead

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-11-05 03:59:53 +02:00
parent 08d19c7e5a
commit 47b89df619
4 changed files with 5 additions and 5 deletions

View File

@ -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'
},

View File

@ -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:

View File

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

View File

@ -54,7 +54,7 @@
{% endif %}
<li><a href="/banned">Permabanned Users</a></li>
{% if FEATURES['AWARDS'] -%}
<li><a href="/chuds">Users with Chud Theme</a></li>
<li><a href="/chuds">Chudded Users</a></li>
<li><a href="/grassed">Currently Grassed Users</a></li>
{%- endif %}
{% if FEATURES['PROCOINS'] and (not AEVANN_ID or v.id in (AEVANN_ID, CARP_ID, SNAKES_ID)) -%}