made the reverting mod actions mod log clearer

pull/130/head
Aevann 2023-02-20 20:03:26 +02:00
parent 9dc06cca35
commit 7433dec94c
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ MODACTION_TYPES = {
"color": 'bg-danger'
},
'revert': {
"str": 'reverted {self.target_link} mod actions',
"str": "reverted {self.target_link}'s mod actions made in the last 24 hours",
"icon": 'fa-history',
"color": 'bg-danger'
},