more accurate modaction description

master
Aevann 2024-04-05 08:27:46 +02:00
parent d04d6b2cc3
commit ce3127cb6f
1 changed files with 2 additions and 2 deletions

View File

@ -197,12 +197,12 @@ MODACTION_TYPES = {
"color": 'bg-success'
},
'mute_user': {
"str": 'muted reports from {self.target_link}',
"str": 'muted modmail and reports from {self.target_link}',
"icon": 'fa-file-signature',
"color": 'bg-danger'
},
'unmute_user': {
"str": 'unmuted reports from {self.target_link}',
"str": 'unmuted modmail and reports from {self.target_link}',
"icon": 'fa-file-signature',
"color": 'bg-success'
},